Shades of Emerald #4FC07C
Tints of Emerald #4FC07C
RGB
CMYK
RGB Variations
Color information
#4FC07C (or 0x4FC07C) is known color: Emerald. HEX triplet: 4F, C0 and 7C. RGB value is (79,192,124). Sum of RGB (Red+Green+Blue) = 79+192+124=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC07C is #B03F83. Grayscale: #969696. Windows color (decimal): -11550596 or 8175695. OLE color: 8175695.
HSL color Cylindrical-coordinate representation of color #4FC07C: hue angle of 143.89º 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 #4FC07C is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 124 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.25 |
| HSL | 143.89º | 0.47% | 0.53% | - |
| HSV(B) | 143.89º | 0.59% | 0.75% | - |
| XYZ | 25.71 | 40.82 | 25.59 | - |
| YUV | 150.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 124 | 0.59 | 0 | 0.35 | 0.25 | 143.89 | 0.47 | 0.53 |
| Hex | 4F | C0 | 7C | 3B | 0 | 23 | 19 | 90 | 2F | 35 |
| Octal | 117 | 300 | 174 | 73 | 0 | 43 | 31 | 220 | 57 | 65 |
| Binary | 1001111 | 11000000 | 1111100 | 111011 | 0 | 100011 | 11001 | 10010000 | 101111 | 110101 |
Color Harmonies of #4FC07C
Complementary color
Monochromatic Colors of #4FC07C
Black with #4FC07C
Text Example
Text Example
White with #4FC07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC07C; }
p { color: rgb(79,192,124); }
H1.HeaderClassName
{
color: #4FC07C;
}
.AnyTagClassName
{
color: #4FC07C;
}
</style>
background-color css
<style>
a { background-color: #4FC07C; }
a { background-color: rgb(79,192,124); }
div.DivClassName
{
background-color: #4FC07C;
}
.BgClassName
{
background-color: #4FC07C;
}
</style>
border-color css
<style>
span { border-color: #4FC07C; }
span { border-color: rgb(79,192,124); }
td.TdClassName
{
border-color: #4FC07C;
}
.TagClassName
{
border-color: #4FC07C;
}
</style>