Shades of Emerald #5FD570
Tints of Emerald #5FD570
RGB
CMYK
RGB Variations
Color information
#5FD570 (or 0x5FD570) is known color: Emerald. HEX triplet: 5F, D5 and 70. RGB value is (95,213,112). Sum of RGB (Red+Green+Blue) = 95+213+112=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #5FD570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD570 is #A02A8F. Grayscale: #A6A6A6. Windows color (decimal): -10496656 or 7394655. OLE color: 7394655.
HSL color Cylindrical-coordinate representation of color #5FD570: hue angle of 128.64º 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 #5FD570 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 213 | 112 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.16 |
| HSL | 128.64º | 0.58% | 0.6% | - |
| HSV(B) | 128.64º | 0.55% | 0.84% | - |
| XYZ | 31.44 | 51.19 | 23.55 | - |
| YUV | 166.2 | 97.41 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 213 | 112 | 0.55 | 0 | 0.47 | 0.16 | 128.64 | 0.58 | 0.6 |
| Hex | 5F | D5 | 70 | 37 | 0 | 2F | 10 | 81 | 3A | 3C |
| Octal | 137 | 325 | 160 | 67 | 0 | 57 | 20 | 201 | 72 | 74 |
| Binary | 1011111 | 11010101 | 1110000 | 110111 | 0 | 101111 | 10000 | 10000001 | 111010 | 111100 |
Color Harmonies of #5FD570
Complementary color
Monochromatic Colors of #5FD570
Black with #5FD570
Text Example
Text Example
White with #5FD570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD570; }
p { color: rgb(95,213,112); }
H1.HeaderClassName
{
color: #5FD570;
}
.AnyTagClassName
{
color: #5FD570;
}
</style>
background-color css
<style>
a { background-color: #5FD570; }
a { background-color: rgb(95,213,112); }
div.DivClassName
{
background-color: #5FD570;
}
.BgClassName
{
background-color: #5FD570;
}
</style>
border-color css
<style>
span { border-color: #5FD570; }
span { border-color: rgb(95,213,112); }
td.TdClassName
{
border-color: #5FD570;
}
.TagClassName
{
border-color: #5FD570;
}
</style>