Shades of Emerald #4FCF71
Tints of Emerald #4FCF71
RGB
CMYK
RGB Variations
Color information
#4FCF71 (or 0x4FCF71) is known color: Emerald. HEX triplet: 4F, CF and 71. RGB value is (79,207,113). Sum of RGB (Red+Green+Blue) = 79+207+113=399 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.80% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FCF71 is #B0308E. Grayscale: #9E9E9E. Windows color (decimal): -11546767 or 7458639. OLE color: 7458639.
HSL color Cylindrical-coordinate representation of color #4FCF71: hue angle of 135.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCF71 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 113 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.19 |
| HSL | 135.94º | 0.57% | 0.56% | - |
| HSV(B) | 135.94º | 0.62% | 0.81% | - |
| XYZ | 28.52 | 47.48 | 23.28 | - |
| YUV | 158.01 | 102.59 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 113 | 0.62 | 0 | 0.45 | 0.19 | 135.94 | 0.57 | 0.56 |
| Hex | 4F | CF | 71 | 3E | 0 | 2D | 13 | 88 | 39 | 38 |
| Octal | 117 | 317 | 161 | 76 | 0 | 55 | 23 | 210 | 71 | 70 |
| Binary | 1001111 | 11001111 | 1110001 | 111110 | 0 | 101101 | 10011 | 10001000 | 111001 | 111000 |
Color Harmonies of #4FCF71
Complementary color
Monochromatic Colors of #4FCF71
Black with #4FCF71
Text Example
Text Example
White with #4FCF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF71; }
p { color: rgb(79,207,113); }
H1.HeaderClassName
{
color: #4FCF71;
}
.AnyTagClassName
{
color: #4FCF71;
}
</style>
background-color css
<style>
a { background-color: #4FCF71; }
a { background-color: rgb(79,207,113); }
div.DivClassName
{
background-color: #4FCF71;
}
.BgClassName
{
background-color: #4FCF71;
}
</style>
border-color css
<style>
span { border-color: #4FCF71; }
span { border-color: rgb(79,207,113); }
td.TdClassName
{
border-color: #4FCF71;
}
.TagClassName
{
border-color: #4FCF71;
}
</style>