Shades of Emerald #5FE38E
Tints of Emerald #5FE38E
RGB
CMYK
RGB Variations
Color information
#5FE38E (or 0x5FE38E) is known color: Emerald. HEX triplet: 5F, E3 and 8E. RGB value is (95,227,142). Sum of RGB (Red+Green+Blue) = 95+227+142=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 227 (89.06% from 255 or 48.92% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE38E is #A01C71. Grayscale: #B2B2B2. Windows color (decimal): -10493042 or 9364319. OLE color: 9364319.
HSL color Cylindrical-coordinate representation of color #5FE38E: hue angle of 141.36º 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 #5FE38E is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 142 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.11 |
| HSL | 141.36º | 0.7% | 0.63% | - |
| HSV(B) | 141.36º | 0.58% | 0.89% | - |
| XYZ | 37.07 | 59.32 | 35.09 | - |
| YUV | 177.84 | 107.77 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 142 | 0.58 | 0 | 0.37 | 0.11 | 141.36 | 0.7 | 0.63 |
| Hex | 5F | E3 | 8E | 3A | 0 | 25 | B | 8D | 46 | 3F |
| Octal | 137 | 343 | 216 | 72 | 0 | 45 | 13 | 215 | 106 | 77 |
| Binary | 1011111 | 11100011 | 10001110 | 111010 | 0 | 100101 | 1011 | 10001101 | 1000110 | 111111 |
Color Harmonies of #5FE38E
Complementary color
Monochromatic Colors of #5FE38E
Black with #5FE38E
Text Example
Text Example
White with #5FE38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE38E; }
p { color: rgb(95,227,142); }
H1.HeaderClassName
{
color: #5FE38E;
}
.AnyTagClassName
{
color: #5FE38E;
}
</style>
background-color css
<style>
a { background-color: #5FE38E; }
a { background-color: rgb(95,227,142); }
div.DivClassName
{
background-color: #5FE38E;
}
.BgClassName
{
background-color: #5FE38E;
}
</style>
border-color css
<style>
span { border-color: #5FE38E; }
span { border-color: rgb(95,227,142); }
td.TdClassName
{
border-color: #5FE38E;
}
.TagClassName
{
border-color: #5FE38E;
}
</style>