Shades of Emerald #55C276
Tints of Emerald #55C276
RGB
CMYK
RGB Variations
Color information
#55C276 (or 0x55C276) is known color: Emerald. HEX triplet: 55, C2 and 76. RGB value is (85,194,118). Sum of RGB (Red+Green+Blue) = 85+194+118=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #55C276 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C276 is #AA3D89. Grayscale: #989898. Windows color (decimal): -11156874 or 7782997. OLE color: 7782997.
HSL color Cylindrical-coordinate representation of color #55C276: hue angle of 138.17º 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 #55C276 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 118 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.24 |
| HSL | 138.17º | 0.47% | 0.55% | - |
| HSV(B) | 138.17º | 0.56% | 0.76% | - |
| XYZ | 26.31 | 41.82 | 23.83 | - |
| YUV | 152.75 | 108.39 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 118 | 0.56 | 0 | 0.39 | 0.24 | 138.17 | 0.47 | 0.55 |
| Hex | 55 | C2 | 76 | 38 | 0 | 27 | 18 | 8A | 2F | 37 |
| Octal | 125 | 302 | 166 | 70 | 0 | 47 | 30 | 212 | 57 | 67 |
| Binary | 1010101 | 11000010 | 1110110 | 111000 | 0 | 100111 | 11000 | 10001010 | 101111 | 110111 |
Color Harmonies of #55C276
Complementary color
Monochromatic Colors of #55C276
Black with #55C276
Text Example
Text Example
White with #55C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C276; }
p { color: rgb(85,194,118); }
H1.HeaderClassName
{
color: #55C276;
}
.AnyTagClassName
{
color: #55C276;
}
</style>
background-color css
<style>
a { background-color: #55C276; }
a { background-color: rgb(85,194,118); }
div.DivClassName
{
background-color: #55C276;
}
.BgClassName
{
background-color: #55C276;
}
</style>
border-color css
<style>
span { border-color: #55C276; }
span { border-color: rgb(85,194,118); }
td.TdClassName
{
border-color: #55C276;
}
.TagClassName
{
border-color: #55C276;
}
</style>