Shades of Emerald #4FDD6F
Tints of Emerald #4FDD6F
RGB
CMYK
RGB Variations
Color information
#4FDD6F (or 0x4FDD6F) is known color: Emerald. HEX triplet: 4F, DD and 6F. RGB value is (79,221,111). Sum of RGB (Red+Green+Blue) = 79+221+111=411 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.22% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDD6F is #B02290. Grayscale: #A6A6A6. Windows color (decimal): -11543185 or 7331151. OLE color: 7331151.
HSL color Cylindrical-coordinate representation of color #4FDD6F: hue angle of 133.52º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDD6F is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 111 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.13 |
| HSL | 133.52º | 0.68% | 0.59% | - |
| HSV(B) | 133.52º | 0.64% | 0.87% | - |
| XYZ | 31.95 | 54.52 | 23.88 | - |
| YUV | 166 | 96.96 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 111 | 0.64 | 0 | 0.50 | 0.13 | 133.52 | 0.68 | 0.59 |
| Hex | 4F | DD | 6F | 40 | 0 | 32 | D | 86 | 44 | 3B |
| Octal | 117 | 335 | 157 | 100 | 0 | 62 | 15 | 206 | 104 | 73 |
| Binary | 1001111 | 11011101 | 1101111 | 1000000 | 0 | 110010 | 1101 | 10000110 | 1000100 | 111011 |
Color Harmonies of #4FDD6F
Complementary color
Monochromatic Colors of #4FDD6F
Black with #4FDD6F
Text Example
Text Example
White with #4FDD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD6F; }
p { color: rgb(79,221,111); }
H1.HeaderClassName
{
color: #4FDD6F;
}
.AnyTagClassName
{
color: #4FDD6F;
}
</style>
background-color css
<style>
a { background-color: #4FDD6F; }
a { background-color: rgb(79,221,111); }
div.DivClassName
{
background-color: #4FDD6F;
}
.BgClassName
{
background-color: #4FDD6F;
}
</style>
border-color css
<style>
span { border-color: #4FDD6F; }
span { border-color: rgb(79,221,111); }
td.TdClassName
{
border-color: #4FDD6F;
}
.TagClassName
{
border-color: #4FDD6F;
}
</style>