Shades of Emerald #5FE37F
Tints of Emerald #5FE37F
RGB
CMYK
RGB Variations
Color information
#5FE37F (or 0x5FE37F) is known color: Emerald. HEX triplet: 5F, E3 and 7F. RGB value is (95,227,127). Sum of RGB (Red+Green+Blue) = 95+227+127=449 (59% of max value = 765). Red value is 95 (37.5% from 255 or 21.16% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE37F is #A01C80. Grayscale: #B0B0B0. Windows color (decimal): -10493057 or 8381279. OLE color: 8381279.
HSL color Cylindrical-coordinate representation of color #5FE37F: hue angle of 134.55º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE37F is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 127 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.11 |
| HSL | 134.55º | 0.7% | 0.63% | - |
| HSV(B) | 134.55º | 0.58% | 0.89% | - |
| XYZ | 36.02 | 58.9 | 29.55 | - |
| YUV | 176.13 | 100.27 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 127 | 0.58 | 0 | 0.44 | 0.11 | 134.55 | 0.7 | 0.63 |
| Hex | 5F | E3 | 7F | 3A | 0 | 2C | B | 87 | 46 | 3F |
| Octal | 137 | 343 | 177 | 72 | 0 | 54 | 13 | 207 | 106 | 77 |
| Binary | 1011111 | 11100011 | 1111111 | 111010 | 0 | 101100 | 1011 | 10000111 | 1000110 | 111111 |
Color Harmonies of #5FE37F
Complementary color
Monochromatic Colors of #5FE37F
Black with #5FE37F
Text Example
Text Example
White with #5FE37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE37F; }
p { color: rgb(95,227,127); }
H1.HeaderClassName
{
color: #5FE37F;
}
.AnyTagClassName
{
color: #5FE37F;
}
</style>
background-color css
<style>
a { background-color: #5FE37F; }
a { background-color: rgb(95,227,127); }
div.DivClassName
{
background-color: #5FE37F;
}
.BgClassName
{
background-color: #5FE37F;
}
</style>
border-color css
<style>
span { border-color: #5FE37F; }
span { border-color: rgb(95,227,127); }
td.TdClassName
{
border-color: #5FE37F;
}
.TagClassName
{
border-color: #5FE37F;
}
</style>