#55DE77

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

Shades of Emerald #55DE77

Tints of Emerald #55DE77

Color information

#55DE77 (or 0x55DE77) is unknown color: approx Emerald. HEX triplet: 55, DE and 77. RGB value is (85,222,119). Sum of RGB (Red+Green+Blue) = 85+222+119=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DE77 is #AA2188. Grayscale: #A9A9A9. Windows color (decimal): -11149705 or 7855701. OLE color: 7855701.

HSL color Cylindrical-coordinate representation of color #55DE77: hue angle of 134.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DE77 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB85222119-
CMYK0.6200.460.13
HSL134.89º67.49%60.2%-
HSV(B)134.89º61.71%87.06%-
XYZ33.255.5126.42-
YUV169.399.6167.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 222 (87.11% from 255) = 52.11%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=19.95%
G=52.11%
B=27.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852221190.6200.460.13134.8967.4960.2
Hex55DE773E02ED87433c
Octal125336167760561520710374
Binary101010111011110111011111111001011101101100001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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