Shades of Kelly Green #4FDB16
Tints of Kelly Green #4FDB16
RGB
CMYK
RGB Variations
Color information
#4FDB16 (or 0x4FDB16) is known color: Kelly Green. HEX triplet: 4F, DB and 16. RGB value is (79,219,22). Sum of RGB (Red+Green+Blue) = 79+219+22=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 219 (85.94% from 255 or 68.44% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDB16 is #B024E9. Grayscale: #9B9B9B. Windows color (decimal): -11543786 or 1497935. OLE color: 1497935.
HSL color Cylindrical-coordinate representation of color #4FDB16: hue angle of 102.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FDB16 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 22 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.14 |
| HSL | 102.64º | 0.82% | 0.47% | - |
| HSV(B) | 102.64º | 0.9% | 0.86% | - |
| XYZ | 28.7 | 52.38 | 9.36 | - |
| YUV | 154.68 | 53.12 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 22 | 0.64 | 0 | 0.90 | 0.14 | 102.64 | 0.82 | 0.47 |
| Hex | 4F | DB | 16 | 40 | 0 | 5A | E | 67 | 52 | 2F |
| Octal | 117 | 333 | 26 | 100 | 0 | 132 | 16 | 147 | 122 | 57 |
| Binary | 1001111 | 11011011 | 10110 | 1000000 | 0 | 1011010 | 1110 | 1100111 | 1010010 | 101111 |
Color Harmonies of #4FDB16
Complementary color
Monochromatic Colors of #4FDB16
Black with #4FDB16
Text Example
Text Example
White with #4FDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB16; }
p { color: rgb(79,219,22); }
H1.HeaderClassName
{
color: #4FDB16;
}
.AnyTagClassName
{
color: #4FDB16;
}
</style>
background-color css
<style>
a { background-color: #4FDB16; }
a { background-color: rgb(79,219,22); }
div.DivClassName
{
background-color: #4FDB16;
}
.BgClassName
{
background-color: #4FDB16;
}
</style>
border-color css
<style>
span { border-color: #4FDB16; }
span { border-color: rgb(79,219,22); }
td.TdClassName
{
border-color: #4FDB16;
}
.TagClassName
{
border-color: #4FDB16;
}
</style>