Shades of Emerald #5FC575
Tints of Emerald #5FC575
RGB
CMYK
RGB Variations
Color information
#5FC575 (or 0x5FC575) is known color: Emerald. HEX triplet: 5F, C5 and 75. RGB value is (95,197,117). Sum of RGB (Red+Green+Blue) = 95+197+117=409 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.23% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #5FC575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC575 is #A03A8A. Grayscale: #9D9D9D. Windows color (decimal): -10500747 or 7718239. OLE color: 7718239.
HSL color Cylindrical-coordinate representation of color #5FC575: hue angle of 132.94º 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 #5FC575 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 95 | 197 | 117 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.23 |
| HSL | 132.94º | 0.47% | 0.57% | - |
| HSV(B) | 132.94º | 0.52% | 0.77% | - |
| XYZ | 27.9 | 43.65 | 23.78 | - |
| YUV | 157.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 197 | 117 | 0.52 | 0 | 0.41 | 0.23 | 132.94 | 0.47 | 0.57 |
| Hex | 5F | C5 | 75 | 34 | 0 | 29 | 17 | 85 | 2F | 39 |
| Octal | 137 | 305 | 165 | 64 | 0 | 51 | 27 | 205 | 57 | 71 |
| Binary | 1011111 | 11000101 | 1110101 | 110100 | 0 | 101001 | 10111 | 10000101 | 101111 | 111001 |
Color Harmonies of #5FC575
Complementary color
Monochromatic Colors of #5FC575
Black with #5FC575
Text Example
Text Example
White with #5FC575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FC575; }
p { color: rgb(95,197,117); }
H1.HeaderClassName
{
color: #5FC575;
}
.AnyTagClassName
{
color: #5FC575;
}
</style>
background-color css
<style>
a { background-color: #5FC575; }
a { background-color: rgb(95,197,117); }
div.DivClassName
{
background-color: #5FC575;
}
.BgClassName
{
background-color: #5FC575;
}
</style>
border-color css
<style>
span { border-color: #5FC575; }
span { border-color: rgb(95,197,117); }
td.TdClassName
{
border-color: #5FC575;
}
.TagClassName
{
border-color: #5FC575;
}
</style>