Shades of Emerald #5FD87C
Tints of Emerald #5FD87C
RGB
CMYK
RGB Variations
Color information
#5FD87C (or 0x5FD87C) is known color: Emerald. HEX triplet: 5F, D8 and 7C. RGB value is (95,216,124). Sum of RGB (Red+Green+Blue) = 95+216+124=435 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.84% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD87C is #A02783. Grayscale: #A9A9A9. Windows color (decimal): -10495876 or 8181855. OLE color: 8181855.
HSL color Cylindrical-coordinate representation of color #5FD87C: hue angle of 134.38º 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 #5FD87C is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 124 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.15 |
| HSL | 134.38º | 0.61% | 0.61% | - |
| HSV(B) | 134.38º | 0.56% | 0.85% | - |
| XYZ | 32.91 | 53 | 27.56 | - |
| YUV | 169.33 | 102.41 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 124 | 0.56 | 0 | 0.43 | 0.15 | 134.38 | 0.61 | 0.61 |
| Hex | 5F | D8 | 7C | 38 | 0 | 2B | F | 86 | 3D | 3D |
| Octal | 137 | 330 | 174 | 70 | 0 | 53 | 17 | 206 | 75 | 75 |
| Binary | 1011111 | 11011000 | 1111100 | 111000 | 0 | 101011 | 1111 | 10000110 | 111101 | 111101 |
Color Harmonies of #5FD87C
Complementary color
Monochromatic Colors of #5FD87C
Black with #5FD87C
Text Example
Text Example
White with #5FD87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD87C; }
p { color: rgb(95,216,124); }
H1.HeaderClassName
{
color: #5FD87C;
}
.AnyTagClassName
{
color: #5FD87C;
}
</style>
background-color css
<style>
a { background-color: #5FD87C; }
a { background-color: rgb(95,216,124); }
div.DivClassName
{
background-color: #5FD87C;
}
.BgClassName
{
background-color: #5FD87C;
}
</style>
border-color css
<style>
span { border-color: #5FD87C; }
span { border-color: rgb(95,216,124); }
td.TdClassName
{
border-color: #5FD87C;
}
.TagClassName
{
border-color: #5FD87C;
}
</style>