Shades of Emerald #55C376
Tints of Emerald #55C376
RGB
CMYK
RGB Variations
Color information
#55C376 (or 0x55C376) is known color: Emerald. HEX triplet: 55, C3 and 76. RGB value is (85,195,118). Sum of RGB (Red+Green+Blue) = 85+195+118=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #55C376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C376 is #AA3C89. Grayscale: #999999. Windows color (decimal): -11156618 or 7783253. OLE color: 7783253.
HSL color Cylindrical-coordinate representation of color #55C376: hue angle of 138º degrees, saturation: 0.48, 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 #55C376 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 118 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.24 |
| HSL | 138º | 0.48% | 0.55% | - |
| HSV(B) | 138º | 0.56% | 0.76% | - |
| XYZ | 26.53 | 42.27 | 23.9 | - |
| YUV | 153.33 | 108.06 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 118 | 0.56 | 0 | 0.39 | 0.24 | 138 | 0.48 | 0.55 |
| Hex | 55 | C3 | 76 | 38 | 0 | 27 | 18 | 8A | 30 | 37 |
| Octal | 125 | 303 | 166 | 70 | 0 | 47 | 30 | 212 | 60 | 67 |
| Binary | 1010101 | 11000011 | 1110110 | 111000 | 0 | 100111 | 11000 | 10001010 | 110000 | 110111 |
Color Harmonies of #55C376
Complementary color
Monochromatic Colors of #55C376
Black with #55C376
Text Example
Text Example
White with #55C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C376; }
p { color: rgb(85,195,118); }
H1.HeaderClassName
{
color: #55C376;
}
.AnyTagClassName
{
color: #55C376;
}
</style>
background-color css
<style>
a { background-color: #55C376; }
a { background-color: rgb(85,195,118); }
div.DivClassName
{
background-color: #55C376;
}
.BgClassName
{
background-color: #55C376;
}
</style>
border-color css
<style>
span { border-color: #55C376; }
span { border-color: rgb(85,195,118); }
td.TdClassName
{
border-color: #55C376;
}
.TagClassName
{
border-color: #55C376;
}
</style>