Shades of Emerald #4FD85E
Tints of Emerald #4FD85E
RGB
CMYK
RGB Variations
Color information
#4FD85E (or 0x4FD85E) is known color: Emerald. HEX triplet: 4F, D8 and 5E. RGB value is (79,216,94). Sum of RGB (Red+Green+Blue) = 79+216+94=389 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.31% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #4FD85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FD85E is #B027A1. Grayscale: #A1A1A1. Windows color (decimal): -11544482 or 6215759. OLE color: 6215759.
HSL color Cylindrical-coordinate representation of color #4FD85E: hue angle of 126.57º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4FD85E is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 79 | 216 | 94 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.15 |
| HSL | 126.57º | 0.64% | 0.58% | - |
| HSV(B) | 126.57º | 0.63% | 0.85% | - |
| XYZ | 29.8 | 51.58 | 18.98 | - |
| YUV | 161.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 216 | 94 | 0.63 | 0 | 0.56 | 0.15 | 126.57 | 0.64 | 0.58 |
| Hex | 4F | D8 | 5E | 3F | 0 | 38 | F | 7F | 40 | 3A |
| Octal | 117 | 330 | 136 | 77 | 0 | 70 | 17 | 177 | 100 | 72 |
| Binary | 1001111 | 11011000 | 1011110 | 111111 | 0 | 111000 | 1111 | 1111111 | 1000000 | 111010 |
Color Harmonies of #4FD85E
Complementary color
Monochromatic Colors of #4FD85E
Black with #4FD85E
Text Example
Text Example
White with #4FD85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FD85E; }
p { color: rgb(79,216,94); }
H1.HeaderClassName
{
color: #4FD85E;
}
.AnyTagClassName
{
color: #4FD85E;
}
</style>
background-color css
<style>
a { background-color: #4FD85E; }
a { background-color: rgb(79,216,94); }
div.DivClassName
{
background-color: #4FD85E;
}
.BgClassName
{
background-color: #4FD85E;
}
</style>
border-color css
<style>
span { border-color: #4FD85E; }
span { border-color: rgb(79,216,94); }
td.TdClassName
{
border-color: #4FD85E;
}
.TagClassName
{
border-color: #4FD85E;
}
</style>