Shades of Emerald #5FC576
Tints of Emerald #5FC576
RGB
CMYK
RGB Variations
Color information
#5FC576 (or 0x5FC576) is known color: Emerald. HEX triplet: 5F, C5 and 76. RGB value is (95,197,118). Sum of RGB (Red+Green+Blue) = 95+197+118=410 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.17% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC576 is #A03A89. Grayscale: #9D9D9D. Windows color (decimal): -10500746 or 7783775. OLE color: 7783775.
HSL color Cylindrical-coordinate representation of color #5FC576: hue angle of 133.53º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC576 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 118 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.23 |
| HSL | 133.53º | 0.47% | 0.57% | - |
| HSV(B) | 133.53º | 0.52% | 0.77% | - |
| XYZ | 27.96 | 43.67 | 24.1 | - |
| YUV | 157.5 | 105.71 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 118 | 0.52 | 0 | 0.40 | 0.23 | 133.53 | 0.47 | 0.57 |
| Hex | 5F | C5 | 76 | 34 | 0 | 28 | 17 | 86 | 2F | 39 |
| Octal | 137 | 305 | 166 | 64 | 0 | 50 | 27 | 206 | 57 | 71 |
| Binary | 1011111 | 11000101 | 1110110 | 110100 | 0 | 101000 | 10111 | 10000110 | 101111 | 111001 |
Color Harmonies of #5FC576
Complementary color
Monochromatic Colors of #5FC576
Black with #5FC576
Text Example
Text Example
White with #5FC576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC576; }
p { color: rgb(95,197,118); }
H1.HeaderClassName
{
color: #5FC576;
}
.AnyTagClassName
{
color: #5FC576;
}
</style>
background-color css
<style>
a { background-color: #5FC576; }
a { background-color: rgb(95,197,118); }
div.DivClassName
{
background-color: #5FC576;
}
.BgClassName
{
background-color: #5FC576;
}
</style>
border-color css
<style>
span { border-color: #5FC576; }
span { border-color: rgb(95,197,118); }
td.TdClassName
{
border-color: #5FC576;
}
.TagClassName
{
border-color: #5FC576;
}
</style>