Shades of Emerald #4FC071
Tints of Emerald #4FC071
RGB
CMYK
RGB Variations
Color information
#4FC071 (or 0x4FC071) is known color: Emerald. HEX triplet: 4F, C0 and 71. RGB value is (79,192,113). Sum of RGB (Red+Green+Blue) = 79+192+113=384 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.57% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #4FC071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FC071 is #B03F8E. Grayscale: #959595. Windows color (decimal): -11550607 or 7454799. OLE color: 7454799.
HSL color Cylindrical-coordinate representation of color #4FC071: hue angle of 138.05º 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 #4FC071 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 79 | 192 | 113 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.25 |
| HSL | 138.05º | 0.47% | 0.53% | - |
| HSV(B) | 138.05º | 0.59% | 0.75% | - |
| XYZ | 25.05 | 40.55 | 22.13 | - |
| YUV | 149.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 192 | 113 | 0.59 | 0 | 0.41 | 0.25 | 138.05 | 0.47 | 0.53 |
| Hex | 4F | C0 | 71 | 3B | 0 | 29 | 19 | 8A | 2F | 35 |
| Octal | 117 | 300 | 161 | 73 | 0 | 51 | 31 | 212 | 57 | 65 |
| Binary | 1001111 | 11000000 | 1110001 | 111011 | 0 | 101001 | 11001 | 10001010 | 101111 | 110101 |
Color Harmonies of #4FC071
Complementary color
Monochromatic Colors of #4FC071
Black with #4FC071
Text Example
Text Example
White with #4FC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC071; }
p { color: rgb(79,192,113); }
H1.HeaderClassName
{
color: #4FC071;
}
.AnyTagClassName
{
color: #4FC071;
}
</style>
background-color css
<style>
a { background-color: #4FC071; }
a { background-color: rgb(79,192,113); }
div.DivClassName
{
background-color: #4FC071;
}
.BgClassName
{
background-color: #4FC071;
}
</style>
border-color css
<style>
span { border-color: #4FC071; }
span { border-color: rgb(79,192,113); }
td.TdClassName
{
border-color: #4FC071;
}
.TagClassName
{
border-color: #4FC071;
}
</style>