Shades of Emerald #5FE48E
Tints of Emerald #5FE48E
RGB
CMYK
RGB Variations
Color information
#5FE48E (or 0x5FE48E) is known color: Emerald. HEX triplet: 5F, E4 and 8E. RGB value is (95,228,142). Sum of RGB (Red+Green+Blue) = 95+228+142=465 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.43% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE48E is #A01B71. Grayscale: #B2B2B2. Windows color (decimal): -10492786 or 9364575. OLE color: 9364575.
HSL color Cylindrical-coordinate representation of color #5FE48E: hue angle of 141.2º degrees, saturation: 0.71, 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 #5FE48E is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 142 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.11 |
| HSL | 141.2º | 0.71% | 0.63% | - |
| HSV(B) | 141.2º | 0.58% | 0.89% | - |
| XYZ | 37.35 | 59.87 | 35.18 | - |
| YUV | 178.43 | 107.44 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 142 | 0.58 | 0 | 0.38 | 0.11 | 141.2 | 0.71 | 0.63 |
| Hex | 5F | E4 | 8E | 3A | 0 | 26 | B | 8D | 47 | 3F |
| Octal | 137 | 344 | 216 | 72 | 0 | 46 | 13 | 215 | 107 | 77 |
| Binary | 1011111 | 11100100 | 10001110 | 111010 | 0 | 100110 | 1011 | 10001101 | 1000111 | 111111 |
Color Harmonies of #5FE48E
Complementary color
Monochromatic Colors of #5FE48E
Black with #5FE48E
Text Example
Text Example
White with #5FE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE48E; }
p { color: rgb(95,228,142); }
H1.HeaderClassName
{
color: #5FE48E;
}
.AnyTagClassName
{
color: #5FE48E;
}
</style>
background-color css
<style>
a { background-color: #5FE48E; }
a { background-color: rgb(95,228,142); }
div.DivClassName
{
background-color: #5FE48E;
}
.BgClassName
{
background-color: #5FE48E;
}
</style>
border-color css
<style>
span { border-color: #5FE48E; }
span { border-color: rgb(95,228,142); }
td.TdClassName
{
border-color: #5FE48E;
}
.TagClassName
{
border-color: #5FE48E;
}
</style>