Shades of Emerald #5FD272
Tints of Emerald #5FD272
RGB
CMYK
RGB Variations
Color information
#5FD272 (or 0x5FD272) is known color: Emerald. HEX triplet: 5F, D2 and 72. RGB value is (95,210,114). Sum of RGB (Red+Green+Blue) = 95+210+114=419 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.67% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #5FD272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD272 is #A02D8D. Grayscale: #A4A4A4. Windows color (decimal): -10497422 or 7524959. OLE color: 7524959.
HSL color Cylindrical-coordinate representation of color #5FD272: hue angle of 129.91º 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 #5FD272 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 210 | 114 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.18 |
| HSL | 129.91º | 0.56% | 0.6% | - |
| HSV(B) | 129.91º | 0.55% | 0.82% | - |
| XYZ | 30.8 | 49.74 | 23.9 | - |
| YUV | 164.67 | 99.4 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 210 | 114 | 0.55 | 0 | 0.46 | 0.18 | 129.91 | 0.56 | 0.6 |
| Hex | 5F | D2 | 72 | 37 | 0 | 2E | 12 | 82 | 38 | 3C |
| Octal | 137 | 322 | 162 | 67 | 0 | 56 | 22 | 202 | 70 | 74 |
| Binary | 1011111 | 11010010 | 1110010 | 110111 | 0 | 101110 | 10010 | 10000010 | 111000 | 111100 |
Color Harmonies of #5FD272
Complementary color
Monochromatic Colors of #5FD272
Black with #5FD272
Text Example
Text Example
White with #5FD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD272; }
p { color: rgb(95,210,114); }
H1.HeaderClassName
{
color: #5FD272;
}
.AnyTagClassName
{
color: #5FD272;
}
</style>
background-color css
<style>
a { background-color: #5FD272; }
a { background-color: rgb(95,210,114); }
div.DivClassName
{
background-color: #5FD272;
}
.BgClassName
{
background-color: #5FD272;
}
</style>
border-color css
<style>
span { border-color: #5FD272; }
span { border-color: rgb(95,210,114); }
td.TdClassName
{
border-color: #5FD272;
}
.TagClassName
{
border-color: #5FD272;
}
</style>