#50DE8E

Color #50DE8E Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50DE8E

Tints of Emerald #50DE8E

Color information

#50DE8E (or 0x50DE8E) is unknown color: approx Emerald. HEX triplet: 50, DE and 8E. RGB value is (80,222,142). Sum of RGB (Red+Green+Blue) = 80+222+142=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DE8E is #AF2171. Grayscale: #AAAAAA. Windows color (decimal): -11477362 or 9363024. OLE color: 9363024.

HSL color Cylindrical-coordinate representation of color #50DE8E: hue angle of 146.2º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DE8E is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB80222142-
CMYK0.6400.360.13
HSL146.2º68.27%59.22%-
HSV(B)146.2º63.96%87.06%-
XYZ34.3155.934.57-
YUV170.42111.9663.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 18.02%
GREEN value IS 222 (87.11% from 255) = 50%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=18.02%
G=50%
B=31.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802221420.6400.360.13146.268.2759.22
Hex50DE8E40024D92443b
Octal1203362161000441522210473
Binary10100001101111010001110100000001001001101100100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50DE8E; }

 p { color: rgb(80,222,142); }

 H1.HeaderClassName
 {
   color: #50DE8E;
 }
 .AnyTagClassName
 {
   color: #50DE8E;
 }
</style>
background-color css

<style>
 a { background-color: #50DE8E; }

 a { background-color: rgb(80,222,142); }

 div.DivClassName
 {
   background-color: #50DE8E;
 }
 .BgClassName
 {
   background-color: #50DE8E;
 }
</style>
border-color css

<style>
 span { border-color: #50DE8E; }

 span { border-color: rgb(80,222,142); }

 td.TdClassName
 {
   border-color: #50DE8E;
 }
 .TagClassName
 {
   border-color: #50DE8E;
 }
</style>