Shades of Emerald #5FE990
Tints of Emerald #5FE990
RGB
CMYK
RGB Variations
Color information
#5FE990 (or 0x5FE990) is known color: Emerald. HEX triplet: 5F, E9 and 90. RGB value is (95,233,144). Sum of RGB (Red+Green+Blue) = 95+233+144=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 233 (91.41% from 255 or 49.36% from 472); Blue value is 144 (56.64% from 255 or 30.51% from 472); Max value from RGB is 233 - color contains mainly: green. Hex color #5FE990 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FE990 is #A0166F. Grayscale: #B5B5B5. Windows color (decimal): -10491504 or 9496927. OLE color: 9496927.
HSL color Cylindrical-coordinate representation of color #5FE990: hue angle of 141.3º 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 #5FE990 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 95 | 233 | 144 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.09 |
| HSL | 141.3º | 0.76% | 0.64% | - |
| HSV(B) | 141.3º | 0.59% | 0.91% | - |
| XYZ | 38.89 | 62.72 | 36.44 | - |
| YUV | 181.59 | 106.78 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 233 | 144 | 0.59 | 0 | 0.38 | 0.09 | 141.3 | 0.76 | 0.64 |
| Hex | 5F | E9 | 90 | 3B | 0 | 26 | 9 | 8D | 4C | 40 |
| Octal | 137 | 351 | 220 | 73 | 0 | 46 | 11 | 215 | 114 | 100 |
| Binary | 1011111 | 11101001 | 10010000 | 111011 | 0 | 100110 | 1001 | 10001101 | 1001100 | 1000000 |
Color Harmonies of #5FE990
Complementary color
Monochromatic Colors of #5FE990
Black with #5FE990
Text Example
Text Example
White with #5FE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE990; }
p { color: rgb(95,233,144); }
H1.HeaderClassName
{
color: #5FE990;
}
.AnyTagClassName
{
color: #5FE990;
}
</style>
background-color css
<style>
a { background-color: #5FE990; }
a { background-color: rgb(95,233,144); }
div.DivClassName
{
background-color: #5FE990;
}
.BgClassName
{
background-color: #5FE990;
}
</style>
border-color css
<style>
span { border-color: #5FE990; }
span { border-color: rgb(95,233,144); }
td.TdClassName
{
border-color: #5FE990;
}
.TagClassName
{
border-color: #5FE990;
}
</style>