Shades of Emerald #4FDB68
Tints of Emerald #4FDB68
RGB
CMYK
RGB Variations
Color information
#4FDB68 (or 0x4FDB68) is known color: Emerald. HEX triplet: 4F, DB and 68. RGB value is (79,219,104). Sum of RGB (Red+Green+Blue) = 79+219+104=402 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.65% from 402); Green value is 219 (85.94% from 255 or 54.48% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDB68 is #B02497. Grayscale: #A4A4A4. Windows color (decimal): -11543704 or 6871887. OLE color: 6871887.
HSL color Cylindrical-coordinate representation of color #4FDB68: hue angle of 130.71º 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 #4FDB68 is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 104 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.14 |
| HSL | 130.71º | 0.66% | 0.58% | - |
| HSV(B) | 130.71º | 0.64% | 0.86% | - |
| XYZ | 31.05 | 53.32 | 21.75 | - |
| YUV | 164.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 104 | 0.64 | 0 | 0.53 | 0.14 | 130.71 | 0.66 | 0.58 |
| Hex | 4F | DB | 68 | 40 | 0 | 35 | E | 83 | 42 | 3A |
| Octal | 117 | 333 | 150 | 100 | 0 | 65 | 16 | 203 | 102 | 72 |
| Binary | 1001111 | 11011011 | 1101000 | 1000000 | 0 | 110101 | 1110 | 10000011 | 1000010 | 111010 |
Color Harmonies of #4FDB68
Complementary color
Monochromatic Colors of #4FDB68
Black with #4FDB68
Text Example
Text Example
White with #4FDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB68; }
p { color: rgb(79,219,104); }
H1.HeaderClassName
{
color: #4FDB68;
}
.AnyTagClassName
{
color: #4FDB68;
}
</style>
background-color css
<style>
a { background-color: #4FDB68; }
a { background-color: rgb(79,219,104); }
div.DivClassName
{
background-color: #4FDB68;
}
.BgClassName
{
background-color: #4FDB68;
}
</style>
border-color css
<style>
span { border-color: #4FDB68; }
span { border-color: rgb(79,219,104); }
td.TdClassName
{
border-color: #4FDB68;
}
.TagClassName
{
border-color: #4FDB68;
}
</style>