Shades of Emerald #5FE07C
Tints of Emerald #5FE07C
RGB
CMYK
RGB Variations
Color information
#5FE07C (or 0x5FE07C) is known color: Emerald. HEX triplet: 5F, E0 and 7C. RGB value is (95,224,124). Sum of RGB (Red+Green+Blue) = 95+224+124=443 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.44% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FE07C is #A01F83. Grayscale: #AEAEAE. Windows color (decimal): -10493828 or 8183903. OLE color: 8183903.
HSL color Cylindrical-coordinate representation of color #5FE07C: hue angle of 133.49º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5FE07C is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 124 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.12 |
| HSL | 133.49º | 0.68% | 0.63% | - |
| HSV(B) | 133.49º | 0.58% | 0.88% | - |
| XYZ | 35.01 | 57.2 | 28.26 | - |
| YUV | 174.03 | 99.76 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 124 | 0.58 | 0 | 0.45 | 0.12 | 133.49 | 0.68 | 0.63 |
| Hex | 5F | E0 | 7C | 3A | 0 | 2D | C | 85 | 44 | 3F |
| Octal | 137 | 340 | 174 | 72 | 0 | 55 | 14 | 205 | 104 | 77 |
| Binary | 1011111 | 11100000 | 1111100 | 111010 | 0 | 101101 | 1100 | 10000101 | 1000100 | 111111 |
Color Harmonies of #5FE07C
Complementary color
Monochromatic Colors of #5FE07C
Black with #5FE07C
Text Example
Text Example
White with #5FE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE07C; }
p { color: rgb(95,224,124); }
H1.HeaderClassName
{
color: #5FE07C;
}
.AnyTagClassName
{
color: #5FE07C;
}
</style>
background-color css
<style>
a { background-color: #5FE07C; }
a { background-color: rgb(95,224,124); }
div.DivClassName
{
background-color: #5FE07C;
}
.BgClassName
{
background-color: #5FE07C;
}
</style>
border-color css
<style>
span { border-color: #5FE07C; }
span { border-color: rgb(95,224,124); }
td.TdClassName
{
border-color: #5FE07C;
}
.TagClassName
{
border-color: #5FE07C;
}
</style>