Shades of Emerald #5FCC71
Tints of Emerald #5FCC71
RGB
CMYK
RGB Variations
Color information
#5FCC71 (or 0x5FCC71) is known color: Emerald. HEX triplet: 5F, CC and 71. RGB value is (95,204,113). Sum of RGB (Red+Green+Blue) = 95+204+113=412 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.06% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #5FCC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCC71 is #A0338E. Grayscale: #A1A1A1. Windows color (decimal): -10498959 or 7457887. OLE color: 7457887.
HSL color Cylindrical-coordinate representation of color #5FCC71: hue angle of 129.91º 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 #5FCC71 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 204 | 113 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.2 |
| HSL | 129.91º | 0.52% | 0.59% | - |
| HSV(B) | 129.91º | 0.53% | 0.8% | - |
| XYZ | 29.29 | 46.81 | 23.11 | - |
| YUV | 161.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 113 | 0.53 | 0 | 0.45 | 0.2 | 129.91 | 0.52 | 0.59 |
| Hex | 5F | CC | 71 | 35 | 0 | 2D | 14 | 82 | 34 | 3B |
| Octal | 137 | 314 | 161 | 65 | 0 | 55 | 24 | 202 | 64 | 73 |
| Binary | 1011111 | 11001100 | 1110001 | 110101 | 0 | 101101 | 10100 | 10000010 | 110100 | 111011 |
Color Harmonies of #5FCC71
Complementary color
Monochromatic Colors of #5FCC71
Black with #5FCC71
Text Example
Text Example
White with #5FCC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCC71; }
p { color: rgb(95,204,113); }
H1.HeaderClassName
{
color: #5FCC71;
}
.AnyTagClassName
{
color: #5FCC71;
}
</style>
background-color css
<style>
a { background-color: #5FCC71; }
a { background-color: rgb(95,204,113); }
div.DivClassName
{
background-color: #5FCC71;
}
.BgClassName
{
background-color: #5FCC71;
}
</style>
border-color css
<style>
span { border-color: #5FCC71; }
span { border-color: rgb(95,204,113); }
td.TdClassName
{
border-color: #5FCC71;
}
.TagClassName
{
border-color: #5FCC71;
}
</style>