Shades of Emerald #5FE98D
Tints of Emerald #5FE98D
RGB
CMYK
RGB Variations
Color information
#5FE98D (or 0x5FE98D) is known color: Emerald. HEX triplet: 5F, E9 and 8D. RGB value is (95,233,141). Sum of RGB (Red+Green+Blue) = 95+233+141=469 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.26% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE98D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE98D is #A01672. Grayscale: #B5B5B5. Windows color (decimal): -10491507 or 9300319. OLE color: 9300319.
HSL color Cylindrical-coordinate representation of color #5FE98D: hue angle of 140º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE98D is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 233 | 141 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.09 |
| HSL | 140º | 0.76% | 0.64% | - |
| HSV(B) | 140º | 0.59% | 0.91% | - |
| XYZ | 38.67 | 62.63 | 35.25 | - |
| YUV | 181.25 | 105.28 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 233 | 141 | 0.59 | 0 | 0.39 | 0.09 | 140 | 0.76 | 0.64 |
| Hex | 5F | E9 | 8D | 3B | 0 | 27 | 9 | 8C | 4C | 40 |
| Octal | 137 | 351 | 215 | 73 | 0 | 47 | 11 | 214 | 114 | 100 |
| Binary | 1011111 | 11101001 | 10001101 | 111011 | 0 | 100111 | 1001 | 10001100 | 1001100 | 1000000 |
Color Harmonies of #5FE98D
Complementary color
Monochromatic Colors of #5FE98D
Black with #5FE98D
Text Example
Text Example
White with #5FE98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE98D; }
p { color: rgb(95,233,141); }
H1.HeaderClassName
{
color: #5FE98D;
}
.AnyTagClassName
{
color: #5FE98D;
}
</style>
background-color css
<style>
a { background-color: #5FE98D; }
a { background-color: rgb(95,233,141); }
div.DivClassName
{
background-color: #5FE98D;
}
.BgClassName
{
background-color: #5FE98D;
}
</style>
border-color css
<style>
span { border-color: #5FE98D; }
span { border-color: rgb(95,233,141); }
td.TdClassName
{
border-color: #5FE98D;
}
.TagClassName
{
border-color: #5FE98D;
}
</style>