Shades of Emerald #4FEC80
Tints of Emerald #4FEC80
RGB
CMYK
RGB Variations
Color information
#4FEC80 (or 0x4FEC80) is known color: Emerald. HEX triplet: 4F, EC and 80. RGB value is (79,236,128). Sum of RGB (Red+Green+Blue) = 79+236+128=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #4FEC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4FEC80 is #B0137F. Grayscale: #B1B1B1. Windows color (decimal): -11539328 or 8449103. OLE color: 8449103.
HSL color Cylindrical-coordinate representation of color #4FEC80: hue angle of 138.73º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEC80 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 128 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.07 |
| HSL | 138.73º | 0.81% | 0.62% | - |
| HSV(B) | 138.73º | 0.67% | 0.93% | - |
| XYZ | 37.12 | 63.21 | 30.67 | - |
| YUV | 176.75 | 100.49 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 128 | 0.67 | 0 | 0.46 | 0.07 | 138.73 | 0.81 | 0.62 |
| Hex | 4F | EC | 80 | 43 | 0 | 2E | 7 | 8B | 51 | 3E |
| Octal | 117 | 354 | 200 | 103 | 0 | 56 | 7 | 213 | 121 | 76 |
| Binary | 1001111 | 11101100 | 10000000 | 1000011 | 0 | 101110 | 111 | 10001011 | 1010001 | 111110 |
Color Harmonies of #4FEC80
Complementary color
Monochromatic Colors of #4FEC80
Black with #4FEC80
Text Example
Text Example
White with #4FEC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEC80; }
p { color: rgb(79,236,128); }
H1.HeaderClassName
{
color: #4FEC80;
}
.AnyTagClassName
{
color: #4FEC80;
}
</style>
background-color css
<style>
a { background-color: #4FEC80; }
a { background-color: rgb(79,236,128); }
div.DivClassName
{
background-color: #4FEC80;
}
.BgClassName
{
background-color: #4FEC80;
}
</style>
border-color css
<style>
span { border-color: #4FEC80; }
span { border-color: rgb(79,236,128); }
td.TdClassName
{
border-color: #4FEC80;
}
.TagClassName
{
border-color: #4FEC80;
}
</style>