Shades of Emerald #55C76F
Tints of Emerald #55C76F
RGB
CMYK
RGB Variations
Color information
#55C76F (or 0x55C76F) is known color: Emerald. HEX triplet: 55, C7 and 6F. RGB value is (85,199,111). Sum of RGB (Red+Green+Blue) = 85+199+111=395 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.52% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #55C76F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C76F is #AA3890. Grayscale: #9B9B9B. Windows color (decimal): -11155601 or 7325525. OLE color: 7325525.
HSL color Cylindrical-coordinate representation of color #55C76F: hue angle of 133.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C76F is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 111 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.22 |
| HSL | 133.68º | 0.5% | 0.56% | - |
| HSV(B) | 133.68º | 0.57% | 0.78% | - |
| XYZ | 27.04 | 43.93 | 22.09 | - |
| YUV | 154.88 | 103.23 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 111 | 0.57 | 0 | 0.44 | 0.22 | 133.68 | 0.5 | 0.56 |
| Hex | 55 | C7 | 6F | 39 | 0 | 2C | 16 | 86 | 32 | 38 |
| Octal | 125 | 307 | 157 | 71 | 0 | 54 | 26 | 206 | 62 | 70 |
| Binary | 1010101 | 11000111 | 1101111 | 111001 | 0 | 101100 | 10110 | 10000110 | 110010 | 111000 |
Color Harmonies of #55C76F
Complementary color
Monochromatic Colors of #55C76F
Black with #55C76F
Text Example
Text Example
White with #55C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C76F; }
p { color: rgb(85,199,111); }
H1.HeaderClassName
{
color: #55C76F;
}
.AnyTagClassName
{
color: #55C76F;
}
</style>
background-color css
<style>
a { background-color: #55C76F; }
a { background-color: rgb(85,199,111); }
div.DivClassName
{
background-color: #55C76F;
}
.BgClassName
{
background-color: #55C76F;
}
</style>
border-color css
<style>
span { border-color: #55C76F; }
span { border-color: rgb(85,199,111); }
td.TdClassName
{
border-color: #55C76F;
}
.TagClassName
{
border-color: #55C76F;
}
</style>