Shades of Emerald #5FD287
Tints of Emerald #5FD287
RGB
CMYK
RGB Variations
Color information
#5FD287 (or 0x5FD287) is known color: Emerald. HEX triplet: 5F, D2 and 87. RGB value is (95,210,135). Sum of RGB (Red+Green+Blue) = 95+210+135=440 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.59% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD287 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FD287 is #A02D78. Grayscale: #A7A7A7. Windows color (decimal): -10497401 or 8901215. OLE color: 8901215.
HSL color Cylindrical-coordinate representation of color #5FD287: hue angle of 140.87º degrees, saturation: 0.56, 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 #5FD287 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 135 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.18 |
| HSL | 140.87º | 0.56% | 0.6% | - |
| HSV(B) | 140.87º | 0.55% | 0.82% | - |
| XYZ | 32.14 | 50.28 | 30.93 | - |
| YUV | 167.07 | 109.9 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 135 | 0.55 | 0 | 0.36 | 0.18 | 140.87 | 0.56 | 0.6 |
| Hex | 5F | D2 | 87 | 37 | 0 | 24 | 12 | 8D | 38 | 3C |
| Octal | 137 | 322 | 207 | 67 | 0 | 44 | 22 | 215 | 70 | 74 |
| Binary | 1011111 | 11010010 | 10000111 | 110111 | 0 | 100100 | 10010 | 10001101 | 111000 | 111100 |
Color Harmonies of #5FD287
Complementary color
Monochromatic Colors of #5FD287
Black with #5FD287
Text Example
Text Example
White with #5FD287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD287; }
p { color: rgb(95,210,135); }
H1.HeaderClassName
{
color: #5FD287;
}
.AnyTagClassName
{
color: #5FD287;
}
</style>
background-color css
<style>
a { background-color: #5FD287; }
a { background-color: rgb(95,210,135); }
div.DivClassName
{
background-color: #5FD287;
}
.BgClassName
{
background-color: #5FD287;
}
</style>
border-color css
<style>
span { border-color: #5FD287; }
span { border-color: rgb(95,210,135); }
td.TdClassName
{
border-color: #5FD287;
}
.TagClassName
{
border-color: #5FD287;
}
</style>