Shades of Emerald #55CE66
Tints of Emerald #55CE66
RGB
CMYK
RGB Variations
Color information
#55CE66 (or 0x55CE66) is known color: Emerald. HEX triplet: 55, CE and 66. RGB value is (85,206,102). Sum of RGB (Red+Green+Blue) = 85+206+102=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE66 is #AA3199. Grayscale: #9E9E9E. Windows color (decimal): -11153818 or 6737493. OLE color: 6737493.
HSL color Cylindrical-coordinate representation of color #55CE66: hue angle of 128.43º degrees, saturation: 0.55, 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 #55CE66 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 102 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.19 |
| HSL | 128.43º | 0.55% | 0.57% | - |
| HSV(B) | 128.43º | 0.59% | 0.81% | - |
| XYZ | 28.22 | 47.03 | 20.16 | - |
| YUV | 157.97 | 96.41 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 102 | 0.59 | 0 | 0.50 | 0.19 | 128.43 | 0.55 | 0.57 |
| Hex | 55 | CE | 66 | 3B | 0 | 32 | 13 | 80 | 37 | 39 |
| Octal | 125 | 316 | 146 | 73 | 0 | 62 | 23 | 200 | 67 | 71 |
| Binary | 1010101 | 11001110 | 1100110 | 111011 | 0 | 110010 | 10011 | 10000000 | 110111 | 111001 |
Color Harmonies of #55CE66
Complementary color
Monochromatic Colors of #55CE66
Black with #55CE66
Text Example
Text Example
White with #55CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE66; }
p { color: rgb(85,206,102); }
H1.HeaderClassName
{
color: #55CE66;
}
.AnyTagClassName
{
color: #55CE66;
}
</style>
background-color css
<style>
a { background-color: #55CE66; }
a { background-color: rgb(85,206,102); }
div.DivClassName
{
background-color: #55CE66;
}
.BgClassName
{
background-color: #55CE66;
}
</style>
border-color css
<style>
span { border-color: #55CE66; }
span { border-color: rgb(85,206,102); }
td.TdClassName
{
border-color: #55CE66;
}
.TagClassName
{
border-color: #55CE66;
}
</style>