Shades of Emerald #55C16E
Tints of Emerald #55C16E
RGB
CMYK
RGB Variations
Color information
#55C16E (or 0x55C16E) is known color: Emerald. HEX triplet: 55, C1 and 6E. RGB value is (85,193,110). Sum of RGB (Red+Green+Blue) = 85+193+110=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #55C16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C16E is #AA3E91. Grayscale: #979797. Windows color (decimal): -11157138 or 7258453. OLE color: 7258453.
HSL color Cylindrical-coordinate representation of color #55C16E: hue angle of 133.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C16E is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 110 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.24 |
| HSL | 133.89º | 0.47% | 0.55% | - |
| HSV(B) | 133.89º | 0.56% | 0.76% | - |
| XYZ | 25.63 | 41.2 | 21.35 | - |
| YUV | 151.25 | 104.72 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 110 | 0.56 | 0 | 0.43 | 0.24 | 133.89 | 0.47 | 0.55 |
| Hex | 55 | C1 | 6E | 38 | 0 | 2B | 18 | 86 | 2F | 37 |
| Octal | 125 | 301 | 156 | 70 | 0 | 53 | 30 | 206 | 57 | 67 |
| Binary | 1010101 | 11000001 | 1101110 | 111000 | 0 | 101011 | 11000 | 10000110 | 101111 | 110111 |
Color Harmonies of #55C16E
Complementary color
Monochromatic Colors of #55C16E
Black with #55C16E
Text Example
Text Example
White with #55C16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C16E; }
p { color: rgb(85,193,110); }
H1.HeaderClassName
{
color: #55C16E;
}
.AnyTagClassName
{
color: #55C16E;
}
</style>
background-color css
<style>
a { background-color: #55C16E; }
a { background-color: rgb(85,193,110); }
div.DivClassName
{
background-color: #55C16E;
}
.BgClassName
{
background-color: #55C16E;
}
</style>
border-color css
<style>
span { border-color: #55C16E; }
span { border-color: rgb(85,193,110); }
td.TdClassName
{
border-color: #55C16E;
}
.TagClassName
{
border-color: #55C16E;
}
</style>