Shades of Emerald #4FDB61
Tints of Emerald #4FDB61
RGB
CMYK
RGB Variations
Color information
#4FDB61 (or 0x4FDB61) is known color: Emerald. HEX triplet: 4F, DB and 61. RGB value is (79,219,97). Sum of RGB (Red+Green+Blue) = 79+219+97=395 (52% of max value = 765). Red value is 79 (31.25% from 255 or 20% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FDB61 is #B0249E. Grayscale: #A3A3A3. Windows color (decimal): -11543711 or 6413135. OLE color: 6413135.
HSL color Cylindrical-coordinate representation of color #4FDB61: hue angle of 127.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 #4FDB61 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 97 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.14 |
| HSL | 127.71º | 0.66% | 0.58% | - |
| HSV(B) | 127.71º | 0.64% | 0.86% | - |
| XYZ | 30.71 | 53.19 | 19.96 | - |
| YUV | 163.23 | 90.62 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 97 | 0.64 | 0 | 0.56 | 0.14 | 127.71 | 0.66 | 0.58 |
| Hex | 4F | DB | 61 | 40 | 0 | 38 | E | 80 | 42 | 3A |
| Octal | 117 | 333 | 141 | 100 | 0 | 70 | 16 | 200 | 102 | 72 |
| Binary | 1001111 | 11011011 | 1100001 | 1000000 | 0 | 111000 | 1110 | 10000000 | 1000010 | 111010 |
Color Harmonies of #4FDB61
Complementary color
Monochromatic Colors of #4FDB61
Black with #4FDB61
Text Example
Text Example
White with #4FDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB61; }
p { color: rgb(79,219,97); }
H1.HeaderClassName
{
color: #4FDB61;
}
.AnyTagClassName
{
color: #4FDB61;
}
</style>
background-color css
<style>
a { background-color: #4FDB61; }
a { background-color: rgb(79,219,97); }
div.DivClassName
{
background-color: #4FDB61;
}
.BgClassName
{
background-color: #4FDB61;
}
</style>
border-color css
<style>
span { border-color: #4FDB61; }
span { border-color: rgb(79,219,97); }
td.TdClassName
{
border-color: #4FDB61;
}
.TagClassName
{
border-color: #4FDB61;
}
</style>