Shades of Emerald #5FD986
Tints of Emerald #5FD986
RGB
CMYK
RGB Variations
Color information
#5FD986 (or 0x5FD986) is known color: Emerald. HEX triplet: 5F, D9 and 86. RGB value is (95,217,134). Sum of RGB (Red+Green+Blue) = 95+217+134=446 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.30% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 134 (52.73% from 255 or 30.04% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #5FD986 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD986 is #A02679. Grayscale: #ABABAB. Windows color (decimal): -10495610 or 8837471. OLE color: 8837471.
HSL color Cylindrical-coordinate representation of color #5FD986: hue angle of 139.18º degrees, saturation: 0.62, 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 #5FD986 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 217 | 134 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.15 |
| HSL | 139.18º | 0.62% | 0.61% | - |
| HSV(B) | 139.18º | 0.56% | 0.85% | - |
| XYZ | 33.84 | 53.78 | 31.15 | - |
| YUV | 171.06 | 107.08 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 217 | 134 | 0.56 | 0 | 0.38 | 0.15 | 139.18 | 0.62 | 0.61 |
| Hex | 5F | D9 | 86 | 38 | 0 | 26 | F | 8B | 3E | 3D |
| Octal | 137 | 331 | 206 | 70 | 0 | 46 | 17 | 213 | 76 | 75 |
| Binary | 1011111 | 11011001 | 10000110 | 111000 | 0 | 100110 | 1111 | 10001011 | 111110 | 111101 |
Color Harmonies of #5FD986
Complementary color
Monochromatic Colors of #5FD986
Black with #5FD986
Text Example
Text Example
White with #5FD986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD986; }
p { color: rgb(95,217,134); }
H1.HeaderClassName
{
color: #5FD986;
}
.AnyTagClassName
{
color: #5FD986;
}
</style>
background-color css
<style>
a { background-color: #5FD986; }
a { background-color: rgb(95,217,134); }
div.DivClassName
{
background-color: #5FD986;
}
.BgClassName
{
background-color: #5FD986;
}
</style>
border-color css
<style>
span { border-color: #5FD986; }
span { border-color: rgb(95,217,134); }
td.TdClassName
{
border-color: #5FD986;
}
.TagClassName
{
border-color: #5FD986;
}
</style>