Shades of Emerald #55DB8C
Tints of Emerald #55DB8C
RGB
CMYK
RGB Variations
Color information
#55DB8C (or 0x55DB8C) is known color: Emerald. HEX triplet: 55, DB and 8C. RGB value is (85,219,140). Sum of RGB (Red+Green+Blue) = 85+219+140=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DB8C is #AA2473. Grayscale: #AAAAAA. Windows color (decimal): -11150452 or 9231189. OLE color: 9231189.
HSL color Cylindrical-coordinate representation of color #55DB8C: hue angle of 144.63º degrees, saturation: 0.65, 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 #55DB8C is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 219 | 140 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.14 |
| HSL | 144.63º | 0.65% | 0.6% | - |
| HSV(B) | 144.63º | 0.61% | 0.86% | - |
| XYZ | 33.81 | 54.49 | 33.55 | - |
| YUV | 169.93 | 111.11 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 219 | 140 | 0.61 | 0 | 0.36 | 0.14 | 144.63 | 0.65 | 0.6 |
| Hex | 55 | DB | 8C | 3D | 0 | 24 | E | 91 | 41 | 3C |
| Octal | 125 | 333 | 214 | 75 | 0 | 44 | 16 | 221 | 101 | 74 |
| Binary | 1010101 | 11011011 | 10001100 | 111101 | 0 | 100100 | 1110 | 10010001 | 1000001 | 111100 |
Color Harmonies of #55DB8C
Complementary color
Monochromatic Colors of #55DB8C
Black with #55DB8C
Text Example
Text Example
White with #55DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DB8C; }
p { color: rgb(85,219,140); }
H1.HeaderClassName
{
color: #55DB8C;
}
.AnyTagClassName
{
color: #55DB8C;
}
</style>
background-color css
<style>
a { background-color: #55DB8C; }
a { background-color: rgb(85,219,140); }
div.DivClassName
{
background-color: #55DB8C;
}
.BgClassName
{
background-color: #55DB8C;
}
</style>
border-color css
<style>
span { border-color: #55DB8C; }
span { border-color: rgb(85,219,140); }
td.TdClassName
{
border-color: #55DB8C;
}
.TagClassName
{
border-color: #55DB8C;
}
</style>