Shades of Emerald #55CC89
Tints of Emerald #55CC89
RGB
CMYK
RGB Variations
Color information
#55CC89 (or 0x55CC89) is known color: Emerald. HEX triplet: 55, CC and 89. RGB value is (85,204,137). Sum of RGB (Red+Green+Blue) = 85+204+137=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CC89 is #AA3376. Grayscale: #A0A0A0. Windows color (decimal): -11154295 or 9030741. OLE color: 9030741.
HSL color Cylindrical-coordinate representation of color #55CC89: hue angle of 146.22º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC89 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 137 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.2 |
| HSL | 146.22º | 0.54% | 0.57% | - |
| HSV(B) | 146.22º | 0.58% | 0.8% | - |
| XYZ | 29.85 | 46.92 | 31.15 | - |
| YUV | 160.78 | 114.58 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 137 | 0.58 | 0 | 0.33 | 0.2 | 146.22 | 0.54 | 0.57 |
| Hex | 55 | CC | 89 | 3A | 0 | 21 | 14 | 92 | 36 | 39 |
| Octal | 125 | 314 | 211 | 72 | 0 | 41 | 24 | 222 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10001001 | 111010 | 0 | 100001 | 10100 | 10010010 | 110110 | 111001 |
Color Harmonies of #55CC89
Complementary color
Monochromatic Colors of #55CC89
Black with #55CC89
Text Example
Text Example
White with #55CC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC89; }
p { color: rgb(85,204,137); }
H1.HeaderClassName
{
color: #55CC89;
}
.AnyTagClassName
{
color: #55CC89;
}
</style>
background-color css
<style>
a { background-color: #55CC89; }
a { background-color: rgb(85,204,137); }
div.DivClassName
{
background-color: #55CC89;
}
.BgClassName
{
background-color: #55CC89;
}
</style>
border-color css
<style>
span { border-color: #55CC89; }
span { border-color: rgb(85,204,137); }
td.TdClassName
{
border-color: #55CC89;
}
.TagClassName
{
border-color: #55CC89;
}
</style>