Shades of Emerald #5FE38D
Tints of Emerald #5FE38D
RGB
CMYK
RGB Variations
Color information
#5FE38D (or 0x5FE38D) is known color: Emerald. HEX triplet: 5F, E3 and 8D. RGB value is (95,227,141). Sum of RGB (Red+Green+Blue) = 95+227+141=463 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.52% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE38D is #A01C72. Grayscale: #B1B1B1. Windows color (decimal): -10493043 or 9298783. OLE color: 9298783.
HSL color Cylindrical-coordinate representation of color #5FE38D: hue angle of 140.91º 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 #5FE38D is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 141 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.11 |
| HSL | 140.91º | 0.7% | 0.63% | - |
| HSV(B) | 140.91º | 0.58% | 0.89% | - |
| XYZ | 37 | 59.29 | 34.69 | - |
| YUV | 177.73 | 107.27 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 141 | 0.58 | 0 | 0.38 | 0.11 | 140.91 | 0.7 | 0.63 |
| Hex | 5F | E3 | 8D | 3A | 0 | 26 | B | 8D | 46 | 3F |
| Octal | 137 | 343 | 215 | 72 | 0 | 46 | 13 | 215 | 106 | 77 |
| Binary | 1011111 | 11100011 | 10001101 | 111010 | 0 | 100110 | 1011 | 10001101 | 1000110 | 111111 |
Color Harmonies of #5FE38D
Complementary color
Monochromatic Colors of #5FE38D
Black with #5FE38D
Text Example
Text Example
White with #5FE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE38D; }
p { color: rgb(95,227,141); }
H1.HeaderClassName
{
color: #5FE38D;
}
.AnyTagClassName
{
color: #5FE38D;
}
</style>
background-color css
<style>
a { background-color: #5FE38D; }
a { background-color: rgb(95,227,141); }
div.DivClassName
{
background-color: #5FE38D;
}
.BgClassName
{
background-color: #5FE38D;
}
</style>
border-color css
<style>
span { border-color: #5FE38D; }
span { border-color: rgb(95,227,141); }
td.TdClassName
{
border-color: #5FE38D;
}
.TagClassName
{
border-color: #5FE38D;
}
</style>