Shades of Emerald #55C470
Tints of Emerald #55C470
RGB
CMYK
RGB Variations
Color information
#55C470 (or 0x55C470) is known color: Emerald. HEX triplet: 55, C4 and 70. RGB value is (85,196,112). Sum of RGB (Red+Green+Blue) = 85+196+112=393 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.63% from 393); Green value is 196 (76.95% from 255 or 49.87% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 196 - color contains mainly: green. Hex color #55C470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C470 is #AA3B8F. Grayscale: #999999. Windows color (decimal): -11156368 or 7390293. OLE color: 7390293.
HSL color Cylindrical-coordinate representation of color #55C470: hue angle of 134.59º 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 #55C470 is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 112 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.23 |
| HSL | 134.59º | 0.48% | 0.55% | - |
| HSV(B) | 134.59º | 0.57% | 0.77% | - |
| XYZ | 26.41 | 42.58 | 22.16 | - |
| YUV | 153.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 112 | 0.57 | 0 | 0.43 | 0.23 | 134.59 | 0.48 | 0.55 |
| Hex | 55 | C4 | 70 | 39 | 0 | 2B | 17 | 87 | 30 | 37 |
| Octal | 125 | 304 | 160 | 71 | 0 | 53 | 27 | 207 | 60 | 67 |
| Binary | 1010101 | 11000100 | 1110000 | 111001 | 0 | 101011 | 10111 | 10000111 | 110000 | 110111 |
Color Harmonies of #55C470
Complementary color
Monochromatic Colors of #55C470
Black with #55C470
Text Example
Text Example
White with #55C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C470; }
p { color: rgb(85,196,112); }
H1.HeaderClassName
{
color: #55C470;
}
.AnyTagClassName
{
color: #55C470;
}
</style>
background-color css
<style>
a { background-color: #55C470; }
a { background-color: rgb(85,196,112); }
div.DivClassName
{
background-color: #55C470;
}
.BgClassName
{
background-color: #55C470;
}
</style>
border-color css
<style>
span { border-color: #55C470; }
span { border-color: rgb(85,196,112); }
td.TdClassName
{
border-color: #55C470;
}
.TagClassName
{
border-color: #55C470;
}
</style>