Shades of Emerald #5FE98F
Tints of Emerald #5FE98F
RGB
CMYK
RGB Variations
Color information
#5FE98F (or 0x5FE98F) is known color: Emerald. HEX triplet: 5F, E9 and 8F. RGB value is (95,233,143). Sum of RGB (Red+Green+Blue) = 95+233+143=471 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.17% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE98F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE98F is #A01670. Grayscale: #B5B5B5. Windows color (decimal): -10491505 or 9431391. OLE color: 9431391.
HSL color Cylindrical-coordinate representation of color #5FE98F: hue angle of 140.87º 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 #5FE98F is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 233 | 143 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.09 |
| HSL | 140.87º | 0.76% | 0.64% | - |
| HSV(B) | 140.87º | 0.59% | 0.91% | - |
| XYZ | 38.82 | 62.69 | 36.04 | - |
| YUV | 181.48 | 106.28 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 233 | 143 | 0.59 | 0 | 0.39 | 0.09 | 140.87 | 0.76 | 0.64 |
| Hex | 5F | E9 | 8F | 3B | 0 | 27 | 9 | 8D | 4C | 40 |
| Octal | 137 | 351 | 217 | 73 | 0 | 47 | 11 | 215 | 114 | 100 |
| Binary | 1011111 | 11101001 | 10001111 | 111011 | 0 | 100111 | 1001 | 10001101 | 1001100 | 1000000 |
Color Harmonies of #5FE98F
Complementary color
Monochromatic Colors of #5FE98F
Black with #5FE98F
Text Example
Text Example
White with #5FE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE98F; }
p { color: rgb(95,233,143); }
H1.HeaderClassName
{
color: #5FE98F;
}
.AnyTagClassName
{
color: #5FE98F;
}
</style>
background-color css
<style>
a { background-color: #5FE98F; }
a { background-color: rgb(95,233,143); }
div.DivClassName
{
background-color: #5FE98F;
}
.BgClassName
{
background-color: #5FE98F;
}
</style>
border-color css
<style>
span { border-color: #5FE98F; }
span { border-color: rgb(95,233,143); }
td.TdClassName
{
border-color: #5FE98F;
}
.TagClassName
{
border-color: #5FE98F;
}
</style>