Shades of Emerald #4FDD68
Tints of Emerald #4FDD68
RGB
CMYK
RGB Variations
Color information
#4FDD68 (or 0x4FDD68) is known color: Emerald. HEX triplet: 4F, DD and 68. RGB value is (79,221,104). Sum of RGB (Red+Green+Blue) = 79+221+104=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDD68 is #B02297. Grayscale: #A5A5A5. Windows color (decimal): -11543192 or 6872399. OLE color: 6872399.
HSL color Cylindrical-coordinate representation of color #4FDD68: hue angle of 130.56º 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 #4FDD68 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 104 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.13 |
| HSL | 130.56º | 0.68% | 0.59% | - |
| HSV(B) | 130.56º | 0.64% | 0.87% | - |
| XYZ | 31.58 | 54.37 | 21.93 | - |
| YUV | 165.2 | 93.46 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 104 | 0.64 | 0 | 0.53 | 0.13 | 130.56 | 0.68 | 0.59 |
| Hex | 4F | DD | 68 | 40 | 0 | 35 | D | 83 | 44 | 3B |
| Octal | 117 | 335 | 150 | 100 | 0 | 65 | 15 | 203 | 104 | 73 |
| Binary | 1001111 | 11011101 | 1101000 | 1000000 | 0 | 110101 | 1101 | 10000011 | 1000100 | 111011 |
Color Harmonies of #4FDD68
Complementary color
Monochromatic Colors of #4FDD68
Black with #4FDD68
Text Example
Text Example
White with #4FDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD68; }
p { color: rgb(79,221,104); }
H1.HeaderClassName
{
color: #4FDD68;
}
.AnyTagClassName
{
color: #4FDD68;
}
</style>
background-color css
<style>
a { background-color: #4FDD68; }
a { background-color: rgb(79,221,104); }
div.DivClassName
{
background-color: #4FDD68;
}
.BgClassName
{
background-color: #4FDD68;
}
</style>
border-color css
<style>
span { border-color: #4FDD68; }
span { border-color: rgb(79,221,104); }
td.TdClassName
{
border-color: #4FDD68;
}
.TagClassName
{
border-color: #4FDD68;
}
</style>