Shades of Emerald #55CE6C
Tints of Emerald #55CE6C
RGB
CMYK
RGB Variations
Color information
#55CE6C (or 0x55CE6C) is known color: Emerald. HEX triplet: 55, CE and 6C. RGB value is (85,206,108). Sum of RGB (Red+Green+Blue) = 85+206+108=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE6C is #AA3193. Grayscale: #9E9E9E. Windows color (decimal): -11153812 or 7130709. OLE color: 7130709.
HSL color Cylindrical-coordinate representation of color #55CE6C: hue angle of 131.4º 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 #55CE6C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 108 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.19 |
| HSL | 131.41º | 0.55% | 0.57% | - |
| HSV(B) | 131.41º | 0.59% | 0.81% | - |
| XYZ | 28.52 | 47.16 | 21.79 | - |
| YUV | 158.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 108 | 0.59 | 0 | 0.48 | 0.19 | 131.41 | 0.55 | 0.57 |
| Hex | 55 | CE | 6C | 3B | 0 | 30 | 13 | 83 | 37 | 39 |
| Octal | 125 | 316 | 154 | 73 | 0 | 60 | 23 | 203 | 67 | 71 |
| Binary | 1010101 | 11001110 | 1101100 | 111011 | 0 | 110000 | 10011 | 10000011 | 110111 | 111001 |
Color Harmonies of #55CE6C
Complementary color
Monochromatic Colors of #55CE6C
Black with #55CE6C
Text Example
Text Example
White with #55CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE6C; }
p { color: rgb(85,206,108); }
H1.HeaderClassName
{
color: #55CE6C;
}
.AnyTagClassName
{
color: #55CE6C;
}
</style>
background-color css
<style>
a { background-color: #55CE6C; }
a { background-color: rgb(85,206,108); }
div.DivClassName
{
background-color: #55CE6C;
}
.BgClassName
{
background-color: #55CE6C;
}
</style>
border-color css
<style>
span { border-color: #55CE6C; }
span { border-color: rgb(85,206,108); }
td.TdClassName
{
border-color: #55CE6C;
}
.TagClassName
{
border-color: #55CE6C;
}
</style>