Shades of Emerald #4FDD5D
Tints of Emerald #4FDD5D
RGB
CMYK
RGB Variations
Color information
#4FDD5D (or 0x4FDD5D) is known color: Emerald. HEX triplet: 4F, DD and 5D. RGB value is (79,221,93). Sum of RGB (Red+Green+Blue) = 79+221+93=393 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20.10% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDD5D is #B022A2. Grayscale: #A4A4A4. Windows color (decimal): -11543203 or 6151503. OLE color: 6151503.
HSL color Cylindrical-coordinate representation of color #4FDD5D: hue angle of 125.92º 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 #4FDD5D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 93 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.13 |
| HSL | 125.92º | 0.68% | 0.59% | - |
| HSV(B) | 125.92º | 0.64% | 0.87% | - |
| XYZ | 31.06 | 54.17 | 19.17 | - |
| YUV | 163.95 | 87.96 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 93 | 0.64 | 0 | 0.58 | 0.13 | 125.92 | 0.68 | 0.59 |
| Hex | 4F | DD | 5D | 40 | 0 | 3A | D | 7E | 44 | 3B |
| Octal | 117 | 335 | 135 | 100 | 0 | 72 | 15 | 176 | 104 | 73 |
| Binary | 1001111 | 11011101 | 1011101 | 1000000 | 0 | 111010 | 1101 | 1111110 | 1000100 | 111011 |
Color Harmonies of #4FDD5D
Complementary color
Monochromatic Colors of #4FDD5D
Black with #4FDD5D
Text Example
Text Example
White with #4FDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD5D; }
p { color: rgb(79,221,93); }
H1.HeaderClassName
{
color: #4FDD5D;
}
.AnyTagClassName
{
color: #4FDD5D;
}
</style>
background-color css
<style>
a { background-color: #4FDD5D; }
a { background-color: rgb(79,221,93); }
div.DivClassName
{
background-color: #4FDD5D;
}
.BgClassName
{
background-color: #4FDD5D;
}
</style>
border-color css
<style>
span { border-color: #4FDD5D; }
span { border-color: rgb(79,221,93); }
td.TdClassName
{
border-color: #4FDD5D;
}
.TagClassName
{
border-color: #4FDD5D;
}
</style>