Shades of Emerald #55D689
Tints of Emerald #55D689
RGB
CMYK
RGB Variations
Color information
#55D689 (or 0x55D689) is known color: Emerald. HEX triplet: 55, D6 and 89. RGB value is (85,214,137). Sum of RGB (Red+Green+Blue) = 85+214+137=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #55D689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D689 is #AA2976. Grayscale: #A6A6A6. Windows color (decimal): -11151735 or 9033301. OLE color: 9033301.
HSL color Cylindrical-coordinate representation of color #55D689: hue angle of 144.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D689 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 137 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.16 |
| HSL | 144.19º | 0.61% | 0.59% | - |
| HSV(B) | 144.19º | 0.6% | 0.84% | - |
| XYZ | 32.31 | 51.83 | 31.97 | - |
| YUV | 166.65 | 111.26 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 137 | 0.60 | 0 | 0.36 | 0.16 | 144.19 | 0.61 | 0.59 |
| Hex | 55 | D6 | 89 | 3C | 0 | 24 | 10 | 90 | 3D | 3B |
| Octal | 125 | 326 | 211 | 74 | 0 | 44 | 20 | 220 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10001001 | 111100 | 0 | 100100 | 10000 | 10010000 | 111101 | 111011 |
Color Harmonies of #55D689
Complementary color
Monochromatic Colors of #55D689
Black with #55D689
Text Example
Text Example
White with #55D689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D689; }
p { color: rgb(85,214,137); }
H1.HeaderClassName
{
color: #55D689;
}
.AnyTagClassName
{
color: #55D689;
}
</style>
background-color css
<style>
a { background-color: #55D689; }
a { background-color: rgb(85,214,137); }
div.DivClassName
{
background-color: #55D689;
}
.BgClassName
{
background-color: #55D689;
}
</style>
border-color css
<style>
span { border-color: #55D689; }
span { border-color: rgb(85,214,137); }
td.TdClassName
{
border-color: #55D689;
}
.TagClassName
{
border-color: #55D689;
}
</style>