Shades of Emerald #4FDB91
Tints of Emerald #4FDB91
RGB
CMYK
RGB Variations
Color information
#4FDB91 (or 0x4FDB91) is known color: Emerald. HEX triplet: 4F, DB and 91. RGB value is (79,219,145). Sum of RGB (Red+Green+Blue) = 79+219+145=443 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.83% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 145 (57.03% from 255 or 32.73% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FDB91 is #B0246E. Grayscale: #A8A8A8. Windows color (decimal): -11543663 or 9558863. OLE color: 9558863.
HSL color Cylindrical-coordinate representation of color #4FDB91: hue angle of 148.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FDB91 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 145 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.14 |
| HSL | 148.29º | 0.66% | 0.58% | - |
| HSV(B) | 148.29º | 0.64% | 0.86% | - |
| XYZ | 33.67 | 54.37 | 35.51 | - |
| YUV | 168.7 | 114.62 | 64.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 145 | 0.64 | 0 | 0.34 | 0.14 | 148.29 | 0.66 | 0.58 |
| Hex | 4F | DB | 91 | 40 | 0 | 22 | E | 94 | 42 | 3A |
| Octal | 117 | 333 | 221 | 100 | 0 | 42 | 16 | 224 | 102 | 72 |
| Binary | 1001111 | 11011011 | 10010001 | 1000000 | 0 | 100010 | 1110 | 10010100 | 1000010 | 111010 |
Color Harmonies of #4FDB91
Complementary color
Monochromatic Colors of #4FDB91
Black with #4FDB91
Text Example
Text Example
White with #4FDB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB91; }
p { color: rgb(79,219,145); }
H1.HeaderClassName
{
color: #4FDB91;
}
.AnyTagClassName
{
color: #4FDB91;
}
</style>
background-color css
<style>
a { background-color: #4FDB91; }
a { background-color: rgb(79,219,145); }
div.DivClassName
{
background-color: #4FDB91;
}
.BgClassName
{
background-color: #4FDB91;
}
</style>
border-color css
<style>
span { border-color: #4FDB91; }
span { border-color: rgb(79,219,145); }
td.TdClassName
{
border-color: #4FDB91;
}
.TagClassName
{
border-color: #4FDB91;
}
</style>