#55DC70

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

Shades of Emerald #55DC70

Tints of Emerald #55DC70

Color information

#55DC70 (or 0x55DC70) is unknown color: approx Emerald. HEX triplet: 55, DC and 70. RGB value is (85,220,112). Sum of RGB (Red+Green+Blue) = 85+220+112=417 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.38% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC70 is #AA238F. Grayscale: #A7A7A7. Windows color (decimal): -11150224 or 7396437. OLE color: 7396437.

HSL color Cylindrical-coordinate representation of color #55DC70: hue angle of 132º 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 #55DC70 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB85220112-
CMYK0.6100.490.14
HSL132º65.85%59.8%-
HSV(B)132º61.36%86.27%-
XYZ32.2654.2924.11-
YUV167.3296.7769.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.38%
GREEN value IS 220 (86.33% from 255) = 52.76%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=20.38%
G=52.76%
B=26.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852201120.6100.490.1413265.8559.8
Hex55DC703D031E84423c
Octal125334160750611620410274
Binary101010111011100111000011110101100011110100001001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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