Shades of Emerald #4FDD69
Tints of Emerald #4FDD69
RGB
CMYK
RGB Variations
Color information
#4FDD69 (or 0x4FDD69) is known color: Emerald. HEX triplet: 4F, DD and 69. RGB value is (79,221,105). Sum of RGB (Red+Green+Blue) = 79+221+105=405 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.51% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDD69 is #B02296. Grayscale: #A5A5A5. Windows color (decimal): -11543191 or 6937935. OLE color: 6937935.
HSL color Cylindrical-coordinate representation of color #4FDD69: hue angle of 130.99º 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 #4FDD69 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 105 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.13 |
| HSL | 130.99º | 0.68% | 0.59% | - |
| HSV(B) | 130.99º | 0.64% | 0.87% | - |
| XYZ | 31.63 | 54.4 | 22.2 | - |
| YUV | 165.32 | 93.96 | 66.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 105 | 0.64 | 0 | 0.52 | 0.13 | 130.99 | 0.68 | 0.59 |
| Hex | 4F | DD | 69 | 40 | 0 | 34 | D | 83 | 44 | 3B |
| Octal | 117 | 335 | 151 | 100 | 0 | 64 | 15 | 203 | 104 | 73 |
| Binary | 1001111 | 11011101 | 1101001 | 1000000 | 0 | 110100 | 1101 | 10000011 | 1000100 | 111011 |
Color Harmonies of #4FDD69
Complementary color
Monochromatic Colors of #4FDD69
Black with #4FDD69
Text Example
Text Example
White with #4FDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD69; }
p { color: rgb(79,221,105); }
H1.HeaderClassName
{
color: #4FDD69;
}
.AnyTagClassName
{
color: #4FDD69;
}
</style>
background-color css
<style>
a { background-color: #4FDD69; }
a { background-color: rgb(79,221,105); }
div.DivClassName
{
background-color: #4FDD69;
}
.BgClassName
{
background-color: #4FDD69;
}
</style>
border-color css
<style>
span { border-color: #4FDD69; }
span { border-color: rgb(79,221,105); }
td.TdClassName
{
border-color: #4FDD69;
}
.TagClassName
{
border-color: #4FDD69;
}
</style>