#55DE78

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

Shades of Emerald #55DE78

Tints of Emerald #55DE78

Color information

#55DE78 (or 0x55DE78) is unknown color: approx Emerald. HEX triplet: 55, DE and 78. RGB value is (85,222,120). Sum of RGB (Red+Green+Blue) = 85+222+120=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DE78 is #AA2187. Grayscale: #A9A9A9. Windows color (decimal): -11149704 or 7921237. OLE color: 7921237.

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

Color convert

RGB85222120-
CMYK0.6200.460.13
HSL135.33º67.49%60.2%-
HSV(B)135.33º61.71%87.06%-
XYZ33.2655.5326.73-
YUV169.41100.1167.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 222 (87.11% from 255) = 51.99%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=19.91%
G=51.99%
B=28.10%

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
Decimal852221200.6200.460.13135.3367.4960.2
Hex55DE783E02ED87433c
Octal125336170760561520710374
Binary101010111011110111100011111001011101101100001111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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