Shades of Emerald #5FD170
Tints of Emerald #5FD170
RGB
CMYK
RGB Variations
Color information
#5FD170 (or 0x5FD170) is known color: Emerald. HEX triplet: 5F, D1 and 70. RGB value is (95,209,112). Sum of RGB (Red+Green+Blue) = 95+209+112=416 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.84% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD170 is #A02E8F. Grayscale: #A4A4A4. Windows color (decimal): -10497680 or 7393631. OLE color: 7393631.
HSL color Cylindrical-coordinate representation of color #5FD170: hue angle of 128.95º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD170 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 112 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.18 |
| HSL | 128.95º | 0.55% | 0.6% | - |
| HSV(B) | 128.95º | 0.55% | 0.82% | - |
| XYZ | 30.44 | 49.2 | 23.22 | - |
| YUV | 163.86 | 98.73 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 112 | 0.55 | 0 | 0.46 | 0.18 | 128.95 | 0.55 | 0.6 |
| Hex | 5F | D1 | 70 | 37 | 0 | 2E | 12 | 81 | 37 | 3C |
| Octal | 137 | 321 | 160 | 67 | 0 | 56 | 22 | 201 | 67 | 74 |
| Binary | 1011111 | 11010001 | 1110000 | 110111 | 0 | 101110 | 10010 | 10000001 | 110111 | 111100 |
Color Harmonies of #5FD170
Complementary color
Monochromatic Colors of #5FD170
Black with #5FD170
Text Example
Text Example
White with #5FD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD170; }
p { color: rgb(95,209,112); }
H1.HeaderClassName
{
color: #5FD170;
}
.AnyTagClassName
{
color: #5FD170;
}
</style>
background-color css
<style>
a { background-color: #5FD170; }
a { background-color: rgb(95,209,112); }
div.DivClassName
{
background-color: #5FD170;
}
.BgClassName
{
background-color: #5FD170;
}
</style>
border-color css
<style>
span { border-color: #5FD170; }
span { border-color: rgb(95,209,112); }
td.TdClassName
{
border-color: #5FD170;
}
.TagClassName
{
border-color: #5FD170;
}
</style>