Shades of Emerald #5FE28B
Tints of Emerald #5FE28B
RGB
CMYK
RGB Variations
Color information
#5FE28B (or 0x5FE28B) is known color: Emerald. HEX triplet: 5F, E2 and 8B. RGB value is (95,226,139). Sum of RGB (Red+Green+Blue) = 95+226+139=460 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.65% from 460); Green value is 226 (88.67% from 255 or 49.13% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FE28B is #A01D74. Grayscale: #B1B1B1. Windows color (decimal): -10493301 or 9167455. OLE color: 9167455.
HSL color Cylindrical-coordinate representation of color #5FE28B: hue angle of 140.15º 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 #5FE28B is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 139 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.11 |
| HSL | 140.15º | 0.69% | 0.63% | - |
| HSV(B) | 140.15º | 0.58% | 0.89% | - |
| XYZ | 36.58 | 58.69 | 33.83 | - |
| YUV | 176.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 139 | 0.58 | 0 | 0.38 | 0.11 | 140.15 | 0.69 | 0.63 |
| Hex | 5F | E2 | 8B | 3A | 0 | 26 | B | 8C | 45 | 3F |
| Octal | 137 | 342 | 213 | 72 | 0 | 46 | 13 | 214 | 105 | 77 |
| Binary | 1011111 | 11100010 | 10001011 | 111010 | 0 | 100110 | 1011 | 10001100 | 1000101 | 111111 |
Color Harmonies of #5FE28B
Complementary color
Monochromatic Colors of #5FE28B
Black with #5FE28B
Text Example
Text Example
White with #5FE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE28B; }
p { color: rgb(95,226,139); }
H1.HeaderClassName
{
color: #5FE28B;
}
.AnyTagClassName
{
color: #5FE28B;
}
</style>
background-color css
<style>
a { background-color: #5FE28B; }
a { background-color: rgb(95,226,139); }
div.DivClassName
{
background-color: #5FE28B;
}
.BgClassName
{
background-color: #5FE28B;
}
</style>
border-color css
<style>
span { border-color: #5FE28B; }
span { border-color: rgb(95,226,139); }
td.TdClassName
{
border-color: #5FE28B;
}
.TagClassName
{
border-color: #5FE28B;
}
</style>