Shades of Emerald #4FDD5B
Tints of Emerald #4FDD5B
RGB
CMYK
RGB Variations
Color information
#4FDD5B (or 0x4FDD5B) is known color: Emerald. HEX triplet: 4F, DD and 5B. RGB value is (79,221,91). Sum of RGB (Red+Green+Blue) = 79+221+91=391 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.20% from 391); Green value is 221 (86.72% from 255 or 56.52% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDD5B is #B022A4. Grayscale: #A4A4A4. Windows color (decimal): -11543205 or 6020431. OLE color: 6020431.
HSL color Cylindrical-coordinate representation of color #4FDD5B: hue angle of 125.07º 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 #4FDD5B is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 91 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.13 |
| HSL | 125.07º | 0.68% | 0.59% | - |
| HSV(B) | 125.07º | 0.64% | 0.87% | - |
| XYZ | 30.97 | 54.13 | 18.71 | - |
| YUV | 163.72 | 86.96 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 91 | 0.64 | 0 | 0.59 | 0.13 | 125.07 | 0.68 | 0.59 |
| Hex | 4F | DD | 5B | 40 | 0 | 3B | D | 7D | 44 | 3B |
| Octal | 117 | 335 | 133 | 100 | 0 | 73 | 15 | 175 | 104 | 73 |
| Binary | 1001111 | 11011101 | 1011011 | 1000000 | 0 | 111011 | 1101 | 1111101 | 1000100 | 111011 |
Color Harmonies of #4FDD5B
Complementary color
Monochromatic Colors of #4FDD5B
Black with #4FDD5B
Text Example
Text Example
White with #4FDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD5B; }
p { color: rgb(79,221,91); }
H1.HeaderClassName
{
color: #4FDD5B;
}
.AnyTagClassName
{
color: #4FDD5B;
}
</style>
background-color css
<style>
a { background-color: #4FDD5B; }
a { background-color: rgb(79,221,91); }
div.DivClassName
{
background-color: #4FDD5B;
}
.BgClassName
{
background-color: #4FDD5B;
}
</style>
border-color css
<style>
span { border-color: #4FDD5B; }
span { border-color: rgb(79,221,91); }
td.TdClassName
{
border-color: #4FDD5B;
}
.TagClassName
{
border-color: #4FDD5B;
}
</style>