Shades of Emerald #5FD872
Tints of Emerald #5FD872
RGB
CMYK
RGB Variations
Color information
#5FD872 (or 0x5FD872) is known color: Emerald. HEX triplet: 5F, D8 and 72. RGB value is (95,216,114). Sum of RGB (Red+Green+Blue) = 95+216+114=425 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.35% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD872 is #A0278D. Grayscale: #A8A8A8. Windows color (decimal): -10495886 or 7526495. OLE color: 7526495.
HSL color Cylindrical-coordinate representation of color #5FD872: hue angle of 129.42º 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 #5FD872 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 114 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.15 |
| HSL | 129.42º | 0.61% | 0.61% | - |
| HSV(B) | 129.42º | 0.56% | 0.85% | - |
| XYZ | 32.31 | 52.76 | 24.4 | - |
| YUV | 168.19 | 97.41 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 114 | 0.56 | 0 | 0.47 | 0.15 | 129.42 | 0.61 | 0.61 |
| Hex | 5F | D8 | 72 | 38 | 0 | 2F | F | 81 | 3D | 3D |
| Octal | 137 | 330 | 162 | 70 | 0 | 57 | 17 | 201 | 75 | 75 |
| Binary | 1011111 | 11011000 | 1110010 | 111000 | 0 | 101111 | 1111 | 10000001 | 111101 | 111101 |
Color Harmonies of #5FD872
Complementary color
Monochromatic Colors of #5FD872
Black with #5FD872
Text Example
Text Example
White with #5FD872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD872; }
p { color: rgb(95,216,114); }
H1.HeaderClassName
{
color: #5FD872;
}
.AnyTagClassName
{
color: #5FD872;
}
</style>
background-color css
<style>
a { background-color: #5FD872; }
a { background-color: rgb(95,216,114); }
div.DivClassName
{
background-color: #5FD872;
}
.BgClassName
{
background-color: #5FD872;
}
</style>
border-color css
<style>
span { border-color: #5FD872; }
span { border-color: rgb(95,216,114); }
td.TdClassName
{
border-color: #5FD872;
}
.TagClassName
{
border-color: #5FD872;
}
</style>