Shades of Emerald #5FE385
Tints of Emerald #5FE385
RGB
CMYK
RGB Variations
Color information
#5FE385 (or 0x5FE385) is known color: Emerald. HEX triplet: 5F, E3 and 85. RGB value is (95,227,133). Sum of RGB (Red+Green+Blue) = 95+227+133=455 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.88% from 455); Green value is 227 (89.06% from 255 or 49.89% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE385 is #A01C7A. Grayscale: #B1B1B1. Windows color (decimal): -10493051 or 8774495. OLE color: 8774495.
HSL color Cylindrical-coordinate representation of color #5FE385: hue angle of 137.27º 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 #5FE385 is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 133 | - |
| CMYK | 0.58 | 0 | 0.41 | 0.11 |
| HSL | 137.27º | 0.7% | 0.63% | - |
| HSV(B) | 137.27º | 0.58% | 0.89% | - |
| XYZ | 36.42 | 59.06 | 31.67 | - |
| YUV | 176.82 | 103.27 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 133 | 0.58 | 0 | 0.41 | 0.11 | 137.27 | 0.7 | 0.63 |
| Hex | 5F | E3 | 85 | 3A | 0 | 29 | B | 89 | 46 | 3F |
| Octal | 137 | 343 | 205 | 72 | 0 | 51 | 13 | 211 | 106 | 77 |
| Binary | 1011111 | 11100011 | 10000101 | 111010 | 0 | 101001 | 1011 | 10001001 | 1000110 | 111111 |
Color Harmonies of #5FE385
Complementary color
Monochromatic Colors of #5FE385
Black with #5FE385
Text Example
Text Example
White with #5FE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE385; }
p { color: rgb(95,227,133); }
H1.HeaderClassName
{
color: #5FE385;
}
.AnyTagClassName
{
color: #5FE385;
}
</style>
background-color css
<style>
a { background-color: #5FE385; }
a { background-color: rgb(95,227,133); }
div.DivClassName
{
background-color: #5FE385;
}
.BgClassName
{
background-color: #5FE385;
}
</style>
border-color css
<style>
span { border-color: #5FE385; }
span { border-color: rgb(95,227,133); }
td.TdClassName
{
border-color: #5FE385;
}
.TagClassName
{
border-color: #5FE385;
}
</style>