Shades of Emerald #55C478
Tints of Emerald #55C478
RGB
CMYK
RGB Variations
Color information
#55C478 (or 0x55C478) is known color: Emerald. HEX triplet: 55, C4 and 78. RGB value is (85,196,120). Sum of RGB (Red+Green+Blue) = 85+196+120=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 196 (76.95% from 255 or 48.88% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 196 - color contains mainly: green. Hex color #55C478 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C478 is #AA3B87. Grayscale: #9A9A9A. Windows color (decimal): -11156360 or 7914581. OLE color: 7914581.
HSL color Cylindrical-coordinate representation of color #55C478: hue angle of 138.92º 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 #55C478 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 120 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.23 |
| HSL | 138.92º | 0.48% | 0.55% | - |
| HSV(B) | 138.92º | 0.57% | 0.77% | - |
| XYZ | 26.88 | 42.77 | 24.61 | - |
| YUV | 154.15 | 108.73 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 120 | 0.57 | 0 | 0.39 | 0.23 | 138.92 | 0.48 | 0.55 |
| Hex | 55 | C4 | 78 | 39 | 0 | 27 | 17 | 8B | 30 | 37 |
| Octal | 125 | 304 | 170 | 71 | 0 | 47 | 27 | 213 | 60 | 67 |
| Binary | 1010101 | 11000100 | 1111000 | 111001 | 0 | 100111 | 10111 | 10001011 | 110000 | 110111 |
Color Harmonies of #55C478
Complementary color
Monochromatic Colors of #55C478
Black with #55C478
Text Example
Text Example
White with #55C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C478; }
p { color: rgb(85,196,120); }
H1.HeaderClassName
{
color: #55C478;
}
.AnyTagClassName
{
color: #55C478;
}
</style>
background-color css
<style>
a { background-color: #55C478; }
a { background-color: rgb(85,196,120); }
div.DivClassName
{
background-color: #55C478;
}
.BgClassName
{
background-color: #55C478;
}
</style>
border-color css
<style>
span { border-color: #55C478; }
span { border-color: rgb(85,196,120); }
td.TdClassName
{
border-color: #55C478;
}
.TagClassName
{
border-color: #55C478;
}
</style>