Shades of Emerald #55C788
Tints of Emerald #55C788
RGB
CMYK
RGB Variations
Color information
#55C788 (or 0x55C788) is known color: Emerald. HEX triplet: 55, C7 and 88. RGB value is (85,199,136). Sum of RGB (Red+Green+Blue) = 85+199+136=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 199 - color contains mainly: green. Hex color #55C788 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C788 is #AA3877. Grayscale: #9D9D9D. Windows color (decimal): -11155576 or 8963925. OLE color: 8963925.
HSL color Cylindrical-coordinate representation of color #55C788: hue angle of 146.84º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C788 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 136 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.22 |
| HSL | 146.84º | 0.5% | 0.56% | - |
| HSV(B) | 146.84º | 0.57% | 0.78% | - |
| XYZ | 28.61 | 44.56 | 30.38 | - |
| YUV | 157.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 136 | 0.57 | 0 | 0.32 | 0.22 | 146.84 | 0.5 | 0.56 |
| Hex | 55 | C7 | 88 | 39 | 0 | 20 | 16 | 93 | 32 | 38 |
| Octal | 125 | 307 | 210 | 71 | 0 | 40 | 26 | 223 | 62 | 70 |
| Binary | 1010101 | 11000111 | 10001000 | 111001 | 0 | 100000 | 10110 | 10010011 | 110010 | 111000 |
Color Harmonies of #55C788
Complementary color
Monochromatic Colors of #55C788
Black with #55C788
Text Example
Text Example
White with #55C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C788; }
p { color: rgb(85,199,136); }
H1.HeaderClassName
{
color: #55C788;
}
.AnyTagClassName
{
color: #55C788;
}
</style>
background-color css
<style>
a { background-color: #55C788; }
a { background-color: rgb(85,199,136); }
div.DivClassName
{
background-color: #55C788;
}
.BgClassName
{
background-color: #55C788;
}
</style>
border-color css
<style>
span { border-color: #55C788; }
span { border-color: rgb(85,199,136); }
td.TdClassName
{
border-color: #55C788;
}
.TagClassName
{
border-color: #55C788;
}
</style>