Shades of Emerald #55C46D
Tints of Emerald #55C46D
RGB
CMYK
RGB Variations
Color information
#55C46D (or 0x55C46D) is known color: Emerald. HEX triplet: 55, C4 and 6D. RGB value is (85,196,109). Sum of RGB (Red+Green+Blue) = 85+196+109=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #55C46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C46D is #AA3B92. Grayscale: #999999. Windows color (decimal): -11156371 or 7193685. OLE color: 7193685.
HSL color Cylindrical-coordinate representation of color #55C46D: hue angle of 132.97º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C46D is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 109 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.23 |
| HSL | 132.97º | 0.48% | 0.55% | - |
| HSV(B) | 132.97º | 0.57% | 0.77% | - |
| XYZ | 26.25 | 42.52 | 21.29 | - |
| YUV | 152.89 | 103.23 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 109 | 0.57 | 0 | 0.44 | 0.23 | 132.97 | 0.48 | 0.55 |
| Hex | 55 | C4 | 6D | 39 | 0 | 2C | 17 | 85 | 30 | 37 |
| Octal | 125 | 304 | 155 | 71 | 0 | 54 | 27 | 205 | 60 | 67 |
| Binary | 1010101 | 11000100 | 1101101 | 111001 | 0 | 101100 | 10111 | 10000101 | 110000 | 110111 |
Color Harmonies of #55C46D
Complementary color
Monochromatic Colors of #55C46D
Black with #55C46D
Text Example
Text Example
White with #55C46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C46D; }
p { color: rgb(85,196,109); }
H1.HeaderClassName
{
color: #55C46D;
}
.AnyTagClassName
{
color: #55C46D;
}
</style>
background-color css
<style>
a { background-color: #55C46D; }
a { background-color: rgb(85,196,109); }
div.DivClassName
{
background-color: #55C46D;
}
.BgClassName
{
background-color: #55C46D;
}
</style>
border-color css
<style>
span { border-color: #55C46D; }
span { border-color: rgb(85,196,109); }
td.TdClassName
{
border-color: #55C46D;
}
.TagClassName
{
border-color: #55C46D;
}
</style>