Shades of Emerald #5FE38B
Tints of Emerald #5FE38B
RGB
CMYK
RGB Variations
Color information
#5FE38B (or 0x5FE38B) is known color: Emerald. HEX triplet: 5F, E3 and 8B. RGB value is (95,227,139). Sum of RGB (Red+Green+Blue) = 95+227+139=461 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.61% from 461); Green value is 227 (89.06% from 255 or 49.24% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE38B is #A01C74. Grayscale: #B1B1B1. Windows color (decimal): -10493045 or 9167711. OLE color: 9167711.
HSL color Cylindrical-coordinate representation of color #5FE38B: hue angle of 140º 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 #5FE38B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 139 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.11 |
| HSL | 140º | 0.7% | 0.63% | - |
| HSV(B) | 140º | 0.58% | 0.89% | - |
| XYZ | 36.85 | 59.24 | 33.92 | - |
| YUV | 177.5 | 106.27 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 139 | 0.58 | 0 | 0.39 | 0.11 | 140 | 0.7 | 0.63 |
| Hex | 5F | E3 | 8B | 3A | 0 | 27 | B | 8C | 46 | 3F |
| Octal | 137 | 343 | 213 | 72 | 0 | 47 | 13 | 214 | 106 | 77 |
| Binary | 1011111 | 11100011 | 10001011 | 111010 | 0 | 100111 | 1011 | 10001100 | 1000110 | 111111 |
Color Harmonies of #5FE38B
Complementary color
Monochromatic Colors of #5FE38B
Black with #5FE38B
Text Example
Text Example
White with #5FE38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE38B; }
p { color: rgb(95,227,139); }
H1.HeaderClassName
{
color: #5FE38B;
}
.AnyTagClassName
{
color: #5FE38B;
}
</style>
background-color css
<style>
a { background-color: #5FE38B; }
a { background-color: rgb(95,227,139); }
div.DivClassName
{
background-color: #5FE38B;
}
.BgClassName
{
background-color: #5FE38B;
}
</style>
border-color css
<style>
span { border-color: #5FE38B; }
span { border-color: rgb(95,227,139); }
td.TdClassName
{
border-color: #5FE38B;
}
.TagClassName
{
border-color: #5FE38B;
}
</style>