Shades of Emerald #5FD575
Tints of Emerald #5FD575
RGB
CMYK
RGB Variations
Color information
#5FD575 (or 0x5FD575) is known color: Emerald. HEX triplet: 5F, D5 and 75. RGB value is (95,213,117). Sum of RGB (Red+Green+Blue) = 95+213+117=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 213 (83.59% from 255 or 50.12% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD575 is #A02A8A. Grayscale: #A7A7A7. Windows color (decimal): -10496651 or 7722335. OLE color: 7722335.
HSL color Cylindrical-coordinate representation of color #5FD575: hue angle of 131.19º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD575 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 117 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.16 |
| HSL | 131.19º | 0.58% | 0.6% | - |
| HSV(B) | 131.19º | 0.55% | 0.84% | - |
| XYZ | 31.72 | 51.31 | 25.06 | - |
| YUV | 166.77 | 99.91 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 117 | 0.55 | 0 | 0.45 | 0.16 | 131.19 | 0.58 | 0.6 |
| Hex | 5F | D5 | 75 | 37 | 0 | 2D | 10 | 83 | 3A | 3C |
| Octal | 137 | 325 | 165 | 67 | 0 | 55 | 20 | 203 | 72 | 74 |
| Binary | 1011111 | 11010101 | 1110101 | 110111 | 0 | 101101 | 10000 | 10000011 | 111010 | 111100 |
Color Harmonies of #5FD575
Complementary color
Monochromatic Colors of #5FD575
Black with #5FD575
Text Example
Text Example
White with #5FD575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD575; }
p { color: rgb(95,213,117); }
H1.HeaderClassName
{
color: #5FD575;
}
.AnyTagClassName
{
color: #5FD575;
}
</style>
background-color css
<style>
a { background-color: #5FD575; }
a { background-color: rgb(95,213,117); }
div.DivClassName
{
background-color: #5FD575;
}
.BgClassName
{
background-color: #5FD575;
}
</style>
border-color css
<style>
span { border-color: #5FD575; }
span { border-color: rgb(95,213,117); }
td.TdClassName
{
border-color: #5FD575;
}
.TagClassName
{
border-color: #5FD575;
}
</style>