Shades of Emerald #5FD873
Tints of Emerald #5FD873
RGB
CMYK
RGB Variations
Color information
#5FD873 (or 0x5FD873) is known color: Emerald. HEX triplet: 5F, D8 and 73. RGB value is (95,216,115). Sum of RGB (Red+Green+Blue) = 95+216+115=426 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.30% from 426); Green value is 216 (84.77% from 255 or 50.70% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD873 is #A0278C. Grayscale: #A8A8A8. Windows color (decimal): -10495885 or 7592031. OLE color: 7592031.
HSL color Cylindrical-coordinate representation of color #5FD873: hue angle of 129.92º 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 #5FD873 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 115 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.15 |
| HSL | 129.92º | 0.61% | 0.61% | - |
| HSV(B) | 129.92º | 0.56% | 0.85% | - |
| XYZ | 32.37 | 52.78 | 24.7 | - |
| YUV | 168.31 | 97.91 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 115 | 0.56 | 0 | 0.47 | 0.15 | 129.92 | 0.61 | 0.61 |
| Hex | 5F | D8 | 73 | 38 | 0 | 2F | F | 82 | 3D | 3D |
| Octal | 137 | 330 | 163 | 70 | 0 | 57 | 17 | 202 | 75 | 75 |
| Binary | 1011111 | 11011000 | 1110011 | 111000 | 0 | 101111 | 1111 | 10000010 | 111101 | 111101 |
Color Harmonies of #5FD873
Complementary color
Monochromatic Colors of #5FD873
Black with #5FD873
Text Example
Text Example
White with #5FD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD873; }
p { color: rgb(95,216,115); }
H1.HeaderClassName
{
color: #5FD873;
}
.AnyTagClassName
{
color: #5FD873;
}
</style>
background-color css
<style>
a { background-color: #5FD873; }
a { background-color: rgb(95,216,115); }
div.DivClassName
{
background-color: #5FD873;
}
.BgClassName
{
background-color: #5FD873;
}
</style>
border-color css
<style>
span { border-color: #5FD873; }
span { border-color: rgb(95,216,115); }
td.TdClassName
{
border-color: #5FD873;
}
.TagClassName
{
border-color: #5FD873;
}
</style>