Shades of Emerald #4FC07A
Tints of Emerald #4FC07A
RGB
CMYK
RGB Variations
Color information
#4FC07A (or 0x4FC07A) is known color: Emerald. HEX triplet: 4F, C0 and 7A. RGB value is (79,192,122). Sum of RGB (Red+Green+Blue) = 79+192+122=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC07A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC07A is #B03F85. Grayscale: #969696. Windows color (decimal): -11550598 or 8044623. OLE color: 8044623.
HSL color Cylindrical-coordinate representation of color #4FC07A: hue angle of 142.83º 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 #4FC07A is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 122 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.25 |
| HSL | 142.83º | 0.47% | 0.53% | - |
| HSV(B) | 142.83º | 0.59% | 0.75% | - |
| XYZ | 25.59 | 40.77 | 24.93 | - |
| YUV | 150.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 122 | 0.59 | 0 | 0.36 | 0.25 | 142.83 | 0.47 | 0.53 |
| Hex | 4F | C0 | 7A | 3B | 0 | 24 | 19 | 8F | 2F | 35 |
| Octal | 117 | 300 | 172 | 73 | 0 | 44 | 31 | 217 | 57 | 65 |
| Binary | 1001111 | 11000000 | 1111010 | 111011 | 0 | 100100 | 11001 | 10001111 | 101111 | 110101 |
Color Harmonies of #4FC07A
Complementary color
Monochromatic Colors of #4FC07A
Black with #4FC07A
Text Example
Text Example
White with #4FC07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC07A; }
p { color: rgb(79,192,122); }
H1.HeaderClassName
{
color: #4FC07A;
}
.AnyTagClassName
{
color: #4FC07A;
}
</style>
background-color css
<style>
a { background-color: #4FC07A; }
a { background-color: rgb(79,192,122); }
div.DivClassName
{
background-color: #4FC07A;
}
.BgClassName
{
background-color: #4FC07A;
}
</style>
border-color css
<style>
span { border-color: #4FC07A; }
span { border-color: rgb(79,192,122); }
td.TdClassName
{
border-color: #4FC07A;
}
.TagClassName
{
border-color: #4FC07A;
}
</style>