Shades of Emerald #5FD172
Tints of Emerald #5FD172
RGB
CMYK
RGB Variations
Color information
#5FD172 (or 0x5FD172) is known color: Emerald. HEX triplet: 5F, D1 and 72. RGB value is (95,209,114). Sum of RGB (Red+Green+Blue) = 95+209+114=418 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.73% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #5FD172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FD172 is #A02E8D. Grayscale: #A4A4A4. Windows color (decimal): -10497678 or 7524703. OLE color: 7524703.
HSL color Cylindrical-coordinate representation of color #5FD172: hue angle of 130º degrees, saturation: 0.55, 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 #5FD172 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 209 | 114 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.18 |
| HSL | 130º | 0.55% | 0.6% | - |
| HSV(B) | 130º | 0.55% | 0.82% | - |
| XYZ | 30.56 | 49.25 | 23.82 | - |
| YUV | 164.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 209 | 114 | 0.55 | 0 | 0.45 | 0.18 | 130 | 0.55 | 0.6 |
| Hex | 5F | D1 | 72 | 37 | 0 | 2D | 12 | 82 | 37 | 3C |
| Octal | 137 | 321 | 162 | 67 | 0 | 55 | 22 | 202 | 67 | 74 |
| Binary | 1011111 | 11010001 | 1110010 | 110111 | 0 | 101101 | 10010 | 10000010 | 110111 | 111100 |
Color Harmonies of #5FD172
Complementary color
Monochromatic Colors of #5FD172
Black with #5FD172
Text Example
Text Example
White with #5FD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD172; }
p { color: rgb(95,209,114); }
H1.HeaderClassName
{
color: #5FD172;
}
.AnyTagClassName
{
color: #5FD172;
}
</style>
background-color css
<style>
a { background-color: #5FD172; }
a { background-color: rgb(95,209,114); }
div.DivClassName
{
background-color: #5FD172;
}
.BgClassName
{
background-color: #5FD172;
}
</style>
border-color css
<style>
span { border-color: #5FD172; }
span { border-color: rgb(95,209,114); }
td.TdClassName
{
border-color: #5FD172;
}
.TagClassName
{
border-color: #5FD172;
}
</style>