Shades of Emerald #55C06E
Tints of Emerald #55C06E
RGB
CMYK
RGB Variations
Color information
#55C06E (or 0x55C06E) is known color: Emerald. HEX triplet: 55, C0 and 6E. RGB value is (85,192,110). Sum of RGB (Red+Green+Blue) = 85+192+110=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #55C06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C06E is #AA3F91. Grayscale: #969696. Windows color (decimal): -11157394 or 7258197. OLE color: 7258197.
HSL color Cylindrical-coordinate representation of color #55C06E: hue angle of 134.02º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C06E is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 110 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.25 |
| HSL | 134.02º | 0.46% | 0.54% | - |
| HSV(B) | 134.02º | 0.56% | 0.75% | - |
| XYZ | 25.41 | 40.76 | 21.28 | - |
| YUV | 150.66 | 105.05 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 110 | 0.56 | 0 | 0.43 | 0.25 | 134.02 | 0.46 | 0.54 |
| Hex | 55 | C0 | 6E | 38 | 0 | 2B | 19 | 86 | 2E | 36 |
| Octal | 125 | 300 | 156 | 70 | 0 | 53 | 31 | 206 | 56 | 66 |
| Binary | 1010101 | 11000000 | 1101110 | 111000 | 0 | 101011 | 11001 | 10000110 | 101110 | 110110 |
Color Harmonies of #55C06E
Complementary color
Monochromatic Colors of #55C06E
Black with #55C06E
Text Example
Text Example
White with #55C06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C06E; }
p { color: rgb(85,192,110); }
H1.HeaderClassName
{
color: #55C06E;
}
.AnyTagClassName
{
color: #55C06E;
}
</style>
background-color css
<style>
a { background-color: #55C06E; }
a { background-color: rgb(85,192,110); }
div.DivClassName
{
background-color: #55C06E;
}
.BgClassName
{
background-color: #55C06E;
}
</style>
border-color css
<style>
span { border-color: #55C06E; }
span { border-color: rgb(85,192,110); }
td.TdClassName
{
border-color: #55C06E;
}
.TagClassName
{
border-color: #55C06E;
}
</style>