Shades of Emerald #55CF89
Tints of Emerald #55CF89
RGB
CMYK
RGB Variations
Color information
#55CF89 (or 0x55CF89) is known color: Emerald. HEX triplet: 55, CF and 89. RGB value is (85,207,137). Sum of RGB (Red+Green+Blue) = 85+207+137=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CF89 is #AA3076. Grayscale: #A2A2A2. Windows color (decimal): -11153527 or 9031509. OLE color: 9031509.
HSL color Cylindrical-coordinate representation of color #55CF89: hue angle of 145.57º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CF89 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 137 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.19 |
| HSL | 145.57º | 0.56% | 0.57% | - |
| HSV(B) | 145.57º | 0.59% | 0.81% | - |
| XYZ | 30.57 | 48.36 | 31.39 | - |
| YUV | 162.54 | 113.58 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 137 | 0.59 | 0 | 0.34 | 0.19 | 145.57 | 0.56 | 0.57 |
| Hex | 55 | CF | 89 | 3B | 0 | 22 | 13 | 92 | 38 | 39 |
| Octal | 125 | 317 | 211 | 73 | 0 | 42 | 23 | 222 | 70 | 71 |
| Binary | 1010101 | 11001111 | 10001001 | 111011 | 0 | 100010 | 10011 | 10010010 | 111000 | 111001 |
Color Harmonies of #55CF89
Complementary color
Monochromatic Colors of #55CF89
Black with #55CF89
Text Example
Text Example
White with #55CF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF89; }
p { color: rgb(85,207,137); }
H1.HeaderClassName
{
color: #55CF89;
}
.AnyTagClassName
{
color: #55CF89;
}
</style>
background-color css
<style>
a { background-color: #55CF89; }
a { background-color: rgb(85,207,137); }
div.DivClassName
{
background-color: #55CF89;
}
.BgClassName
{
background-color: #55CF89;
}
</style>
border-color css
<style>
span { border-color: #55CF89; }
span { border-color: rgb(85,207,137); }
td.TdClassName
{
border-color: #55CF89;
}
.TagClassName
{
border-color: #55CF89;
}
</style>