#50DE77

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

Shades of Emerald #50DE77

Tints of Emerald #50DE77

Color information

#50DE77 (or 0x50DE77) is unknown color: approx Emerald. HEX triplet: 50, DE and 77. RGB value is (80,222,119). Sum of RGB (Red+Green+Blue) = 80+222+119=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 222 (87.11% from 255 or 52.73% from 421); Blue value is 119 (46.88% from 255 or 28.27% from 421); Max value from RGB is 222 - color contains mainly: green. Hex color #50DE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DE77 is #AF2188. Grayscale: #A8A8A8. Windows color (decimal): -11477385 or 7855696. OLE color: 7855696.

HSL color Cylindrical-coordinate representation of color #50DE77: hue angle of 136.48º 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 #50DE77 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB80222119-
CMYK0.6400.460.13
HSL136.48º68.27%59.22%-
HSV(B)136.48º63.96%87.06%-
XYZ32.7655.2826.4-
YUV167.8100.4665.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.00%
GREEN value IS 222 (87.11% from 255) = 52.73%
BLUE value IS 119 (46.88% from 255) = 28.27%
R=19.00%
G=52.73%
B=28.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal802221190.6400.460.13136.4868.2759.22
Hex50DE774002ED88443b
Octal1203361671000561521010473
Binary1010000110111101110111100000001011101101100010001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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