Shades of Emerald #5FE28E
Tints of Emerald #5FE28E
RGB
CMYK
RGB Variations
Color information
#5FE28E (or 0x5FE28E) is known color: Emerald. HEX triplet: 5F, E2 and 8E. RGB value is (95,226,142). Sum of RGB (Red+Green+Blue) = 95+226+142=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE28E is #A01D71. Grayscale: #B1B1B1. Windows color (decimal): -10493298 or 9364063. OLE color: 9364063.
HSL color Cylindrical-coordinate representation of color #5FE28E: hue angle of 141.53º degrees, saturation: 0.69, 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 #5FE28E is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 142 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.11 |
| HSL | 141.53º | 0.69% | 0.63% | - |
| HSV(B) | 141.53º | 0.58% | 0.89% | - |
| XYZ | 36.8 | 58.78 | 35 | - |
| YUV | 177.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 142 | 0.58 | 0 | 0.37 | 0.11 | 141.53 | 0.69 | 0.63 |
| Hex | 5F | E2 | 8E | 3A | 0 | 25 | B | 8E | 45 | 3F |
| Octal | 137 | 342 | 216 | 72 | 0 | 45 | 13 | 216 | 105 | 77 |
| Binary | 1011111 | 11100010 | 10001110 | 111010 | 0 | 100101 | 1011 | 10001110 | 1000101 | 111111 |
Color Harmonies of #5FE28E
Complementary color
Monochromatic Colors of #5FE28E
Black with #5FE28E
Text Example
Text Example
White with #5FE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE28E; }
p { color: rgb(95,226,142); }
H1.HeaderClassName
{
color: #5FE28E;
}
.AnyTagClassName
{
color: #5FE28E;
}
</style>
background-color css
<style>
a { background-color: #5FE28E; }
a { background-color: rgb(95,226,142); }
div.DivClassName
{
background-color: #5FE28E;
}
.BgClassName
{
background-color: #5FE28E;
}
</style>
border-color css
<style>
span { border-color: #5FE28E; }
span { border-color: rgb(95,226,142); }
td.TdClassName
{
border-color: #5FE28E;
}
.TagClassName
{
border-color: #5FE28E;
}
</style>