Shades of Emerald #5FD877
Tints of Emerald #5FD877
RGB
CMYK
RGB Variations
Color information
#5FD877 (or 0x5FD877) is known color: Emerald. HEX triplet: 5F, D8 and 77. RGB value is (95,216,119). Sum of RGB (Red+Green+Blue) = 95+216+119=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD877 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD877 is #A02788. Grayscale: #A9A9A9. Windows color (decimal): -10495881 or 7854175. OLE color: 7854175.
HSL color Cylindrical-coordinate representation of color #5FD877: hue angle of 131.9º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FD877 is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 119 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.15 |
| HSL | 131.9º | 0.61% | 0.61% | - |
| HSV(B) | 131.9º | 0.56% | 0.85% | - |
| XYZ | 32.6 | 52.88 | 25.94 | - |
| YUV | 168.76 | 99.91 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 119 | 0.56 | 0 | 0.45 | 0.15 | 131.9 | 0.61 | 0.61 |
| Hex | 5F | D8 | 77 | 38 | 0 | 2D | F | 84 | 3D | 3D |
| Octal | 137 | 330 | 167 | 70 | 0 | 55 | 17 | 204 | 75 | 75 |
| Binary | 1011111 | 11011000 | 1110111 | 111000 | 0 | 101101 | 1111 | 10000100 | 111101 | 111101 |
Color Harmonies of #5FD877
Complementary color
Monochromatic Colors of #5FD877
Black with #5FD877
Text Example
Text Example
White with #5FD877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD877; }
p { color: rgb(95,216,119); }
H1.HeaderClassName
{
color: #5FD877;
}
.AnyTagClassName
{
color: #5FD877;
}
</style>
background-color css
<style>
a { background-color: #5FD877; }
a { background-color: rgb(95,216,119); }
div.DivClassName
{
background-color: #5FD877;
}
.BgClassName
{
background-color: #5FD877;
}
</style>
border-color css
<style>
span { border-color: #5FD877; }
span { border-color: rgb(95,216,119); }
td.TdClassName
{
border-color: #5FD877;
}
.TagClassName
{
border-color: #5FD877;
}
</style>