Shades of Emerald #5FD471
Tints of Emerald #5FD471
RGB
CMYK
RGB Variations
Color information
#5FD471 (or 0x5FD471) is known color: Emerald. HEX triplet: 5F, D4 and 71. RGB value is (95,212,113). Sum of RGB (Red+Green+Blue) = 95+212+113=420 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.62% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #5FD471 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD471 is #A02B8E. Grayscale: #A6A6A6. Windows color (decimal): -10496911 or 7459935. OLE color: 7459935.
HSL color Cylindrical-coordinate representation of color #5FD471: hue angle of 129.23º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5FD471 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 95 | 212 | 113 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.17 |
| HSL | 129.23º | 0.58% | 0.6% | - |
| HSV(B) | 129.23º | 0.55% | 0.83% | - |
| XYZ | 31.24 | 50.71 | 23.76 | - |
| YUV | 165.73 | 98.24 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 212 | 113 | 0.55 | 0 | 0.47 | 0.17 | 129.23 | 0.58 | 0.6 |
| Hex | 5F | D4 | 71 | 37 | 0 | 2F | 11 | 81 | 3A | 3C |
| Octal | 137 | 324 | 161 | 67 | 0 | 57 | 21 | 201 | 72 | 74 |
| Binary | 1011111 | 11010100 | 1110001 | 110111 | 0 | 101111 | 10001 | 10000001 | 111010 | 111100 |
Color Harmonies of #5FD471
Complementary color
Monochromatic Colors of #5FD471
Black with #5FD471
Text Example
Text Example
White with #5FD471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD471; }
p { color: rgb(95,212,113); }
H1.HeaderClassName
{
color: #5FD471;
}
.AnyTagClassName
{
color: #5FD471;
}
</style>
background-color css
<style>
a { background-color: #5FD471; }
a { background-color: rgb(95,212,113); }
div.DivClassName
{
background-color: #5FD471;
}
.BgClassName
{
background-color: #5FD471;
}
</style>
border-color css
<style>
span { border-color: #5FD471; }
span { border-color: rgb(95,212,113); }
td.TdClassName
{
border-color: #5FD471;
}
.TagClassName
{
border-color: #5FD471;
}
</style>