Shades of Emerald #55C46A
Tints of Emerald #55C46A
RGB
CMYK
RGB Variations
Color information
#55C46A (or 0x55C46A) is known color: Emerald. HEX triplet: 55, C4 and 6A. RGB value is (85,196,106). Sum of RGB (Red+Green+Blue) = 85+196+106=387 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.96% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #55C46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C46A is #AA3B95. Grayscale: #989898. Windows color (decimal): -11156374 or 6997077. OLE color: 6997077.
HSL color Cylindrical-coordinate representation of color #55C46A: hue angle of 131.35º 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 #55C46A is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 106 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.23 |
| HSL | 131.35º | 0.48% | 0.55% | - |
| HSV(B) | 131.35º | 0.57% | 0.77% | - |
| XYZ | 26.09 | 42.45 | 20.45 | - |
| YUV | 152.55 | 101.73 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 106 | 0.57 | 0 | 0.46 | 0.23 | 131.35 | 0.48 | 0.55 |
| Hex | 55 | C4 | 6A | 39 | 0 | 2E | 17 | 83 | 30 | 37 |
| Octal | 125 | 304 | 152 | 71 | 0 | 56 | 27 | 203 | 60 | 67 |
| Binary | 1010101 | 11000100 | 1101010 | 111001 | 0 | 101110 | 10111 | 10000011 | 110000 | 110111 |
Color Harmonies of #55C46A
Complementary color
Monochromatic Colors of #55C46A
Black with #55C46A
Text Example
Text Example
White with #55C46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C46A; }
p { color: rgb(85,196,106); }
H1.HeaderClassName
{
color: #55C46A;
}
.AnyTagClassName
{
color: #55C46A;
}
</style>
background-color css
<style>
a { background-color: #55C46A; }
a { background-color: rgb(85,196,106); }
div.DivClassName
{
background-color: #55C46A;
}
.BgClassName
{
background-color: #55C46A;
}
</style>
border-color css
<style>
span { border-color: #55C46A; }
span { border-color: rgb(85,196,106); }
td.TdClassName
{
border-color: #55C46A;
}
.TagClassName
{
border-color: #55C46A;
}
</style>