#55DC8C

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

Shades of Emerald #55DC8C

Tints of Emerald #55DC8C

Color information

#55DC8C (or 0x55DC8C) is unknown color: approx Emerald. HEX triplet: 55, DC and 8C. RGB value is (85,220,140). Sum of RGB (Red+Green+Blue) = 85+220+140=445 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.10% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DC8C is #AA2373. Grayscale: #AAAAAA. Windows color (decimal): -11150196 or 9231445. OLE color: 9231445.

HSL color Cylindrical-coordinate representation of color #55DC8C: hue angle of 144.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DC8C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB85220140-
CMYK0.6100.360.14
HSL144.44º65.85%59.8%-
HSV(B)144.44º61.36%86.27%-
XYZ34.0755.0133.63-
YUV170.52110.7767-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.10%
GREEN value IS 220 (86.33% from 255) = 49.44%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=19.10%
G=49.44%
B=31.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852201400.6100.360.14144.4465.8559.8
Hex55DC8C3D024E90423c
Octal125334214750441622010274
Binary1010101110111001000110011110101001001110100100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,220,140); }

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

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

 a { background-color: rgb(85,220,140); }

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

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

 span { border-color: rgb(85,220,140); }

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