Shades of Emerald #5FCC72
Tints of Emerald #5FCC72
RGB
CMYK
RGB Variations
Color information
#5FCC72 (or 0x5FCC72) is known color: Emerald. HEX triplet: 5F, CC and 72. RGB value is (95,204,114). Sum of RGB (Red+Green+Blue) = 95+204+114=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC72 is #A0338D. Grayscale: #A1A1A1. Windows color (decimal): -10498958 or 7523423. OLE color: 7523423.
HSL color Cylindrical-coordinate representation of color #5FCC72: hue angle of 130.46º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FCC72 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 114 | - |
| CMYK | 0.53 | 0 | 0.44 | 0.2 |
| HSL | 130.46º | 0.52% | 0.59% | - |
| HSV(B) | 130.46º | 0.53% | 0.8% | - |
| XYZ | 29.35 | 46.83 | 23.41 | - |
| YUV | 161.15 | 101.39 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 114 | 0.53 | 0 | 0.44 | 0.2 | 130.46 | 0.52 | 0.59 |
| Hex | 5F | CC | 72 | 35 | 0 | 2C | 14 | 82 | 34 | 3B |
| Octal | 137 | 314 | 162 | 65 | 0 | 54 | 24 | 202 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1110010 | 110101 | 0 | 101100 | 10100 | 10000010 | 110100 | 111011 |
Color Harmonies of #5FCC72
Complementary color
Monochromatic Colors of #5FCC72
Black with #5FCC72
Text Example
Text Example
White with #5FCC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC72; }
p { color: rgb(95,204,114); }
H1.HeaderClassName
{
color: #5FCC72;
}
.AnyTagClassName
{
color: #5FCC72;
}
</style>
background-color css
<style>
a { background-color: #5FCC72; }
a { background-color: rgb(95,204,114); }
div.DivClassName
{
background-color: #5FCC72;
}
.BgClassName
{
background-color: #5FCC72;
}
</style>
border-color css
<style>
span { border-color: #5FCC72; }
span { border-color: rgb(95,204,114); }
td.TdClassName
{
border-color: #5FCC72;
}
.TagClassName
{
border-color: #5FCC72;
}
</style>