Shades of Emerald #5FCE70
Tints of Emerald #5FCE70
RGB
CMYK
RGB Variations
Color information
#5FCE70 (or 0x5FCE70) is known color: Emerald. HEX triplet: 5F, CE and 70. RGB value is (95,206,112). Sum of RGB (Red+Green+Blue) = 95+206+112=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #5FCE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FCE70 is #A0318F. Grayscale: #A2A2A2. Windows color (decimal): -10498448 or 7392863. OLE color: 7392863.
HSL color Cylindrical-coordinate representation of color #5FCE70: hue angle of 129.19º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCE70 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 206 | 112 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.19 |
| HSL | 129.19º | 0.53% | 0.59% | - |
| HSV(B) | 129.19º | 0.54% | 0.81% | - |
| XYZ | 29.72 | 47.75 | 22.98 | - |
| YUV | 162.1 | 99.73 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 112 | 0.54 | 0 | 0.46 | 0.19 | 129.19 | 0.53 | 0.59 |
| Hex | 5F | CE | 70 | 36 | 0 | 2E | 13 | 81 | 35 | 3B |
| Octal | 137 | 316 | 160 | 66 | 0 | 56 | 23 | 201 | 65 | 73 |
| Binary | 1011111 | 11001110 | 1110000 | 110110 | 0 | 101110 | 10011 | 10000001 | 110101 | 111011 |
Color Harmonies of #5FCE70
Complementary color
Monochromatic Colors of #5FCE70
Black with #5FCE70
Text Example
Text Example
White with #5FCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCE70; }
p { color: rgb(95,206,112); }
H1.HeaderClassName
{
color: #5FCE70;
}
.AnyTagClassName
{
color: #5FCE70;
}
</style>
background-color css
<style>
a { background-color: #5FCE70; }
a { background-color: rgb(95,206,112); }
div.DivClassName
{
background-color: #5FCE70;
}
.BgClassName
{
background-color: #5FCE70;
}
</style>
border-color css
<style>
span { border-color: #5FCE70; }
span { border-color: rgb(95,206,112); }
td.TdClassName
{
border-color: #5FCE70;
}
.TagClassName
{
border-color: #5FCE70;
}
</style>