Shades of Emerald #4FC07F
Tints of Emerald #4FC07F
RGB
CMYK
RGB Variations
Color information
#4FC07F (or 0x4FC07F) is known color: Emerald. HEX triplet: 4F, C0 and 7F. RGB value is (79,192,127). Sum of RGB (Red+Green+Blue) = 79+192+127=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC07F is #B03F80. Grayscale: #969696. Windows color (decimal): -11550593 or 8372303. OLE color: 8372303.
HSL color Cylindrical-coordinate representation of color #4FC07F: hue angle of 145.49º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4FC07F is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 127 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.25 |
| HSL | 145.49º | 0.47% | 0.53% | - |
| HSV(B) | 145.49º | 0.59% | 0.75% | - |
| XYZ | 25.9 | 40.89 | 26.61 | - |
| YUV | 150.8 | 114.56 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 127 | 0.59 | 0 | 0.34 | 0.25 | 145.49 | 0.47 | 0.53 |
| Hex | 4F | C0 | 7F | 3B | 0 | 22 | 19 | 91 | 2F | 35 |
| Octal | 117 | 300 | 177 | 73 | 0 | 42 | 31 | 221 | 57 | 65 |
| Binary | 1001111 | 11000000 | 1111111 | 111011 | 0 | 100010 | 11001 | 10010001 | 101111 | 110101 |
Color Harmonies of #4FC07F
Complementary color
Monochromatic Colors of #4FC07F
Black with #4FC07F
Text Example
Text Example
White with #4FC07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC07F; }
p { color: rgb(79,192,127); }
H1.HeaderClassName
{
color: #4FC07F;
}
.AnyTagClassName
{
color: #4FC07F;
}
</style>
background-color css
<style>
a { background-color: #4FC07F; }
a { background-color: rgb(79,192,127); }
div.DivClassName
{
background-color: #4FC07F;
}
.BgClassName
{
background-color: #4FC07F;
}
</style>
border-color css
<style>
span { border-color: #4FC07F; }
span { border-color: rgb(79,192,127); }
td.TdClassName
{
border-color: #4FC07F;
}
.TagClassName
{
border-color: #4FC07F;
}
</style>