Shades of Kelly Green #4FDD16
Tints of Kelly Green #4FDD16
RGB
CMYK
RGB Variations
Color information
#4FDD16 (or 0x4FDD16) is known color: Kelly Green. HEX triplet: 4F, DD and 16. RGB value is (79,221,22). Sum of RGB (Red+Green+Blue) = 79+221+22=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 221 (86.72% from 255 or 68.63% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 221 - color contains mainly: green. Hex color #4FDD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDD16 is #B022E9. Grayscale: #9C9C9C. Windows color (decimal): -11543274 or 1498447. OLE color: 1498447.
HSL color Cylindrical-coordinate representation of color #4FDD16: hue angle of 102.81º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FDD16 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 221 | 22 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.13 |
| HSL | 102.81º | 0.82% | 0.48% | - |
| HSV(B) | 102.81º | 0.9% | 0.87% | - |
| XYZ | 29.23 | 53.43 | 9.53 | - |
| YUV | 155.86 | 52.46 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 221 | 22 | 0.64 | 0 | 0.90 | 0.13 | 102.81 | 0.82 | 0.48 |
| Hex | 4F | DD | 16 | 40 | 0 | 5A | D | 67 | 52 | 30 |
| Octal | 117 | 335 | 26 | 100 | 0 | 132 | 15 | 147 | 122 | 60 |
| Binary | 1001111 | 11011101 | 10110 | 1000000 | 0 | 1011010 | 1101 | 1100111 | 1010010 | 110000 |
Color Harmonies of #4FDD16
Complementary color
Monochromatic Colors of #4FDD16
Black with #4FDD16
Text Example
Text Example
White with #4FDD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDD16; }
p { color: rgb(79,221,22); }
H1.HeaderClassName
{
color: #4FDD16;
}
.AnyTagClassName
{
color: #4FDD16;
}
</style>
background-color css
<style>
a { background-color: #4FDD16; }
a { background-color: rgb(79,221,22); }
div.DivClassName
{
background-color: #4FDD16;
}
.BgClassName
{
background-color: #4FDD16;
}
</style>
border-color css
<style>
span { border-color: #4FDD16; }
span { border-color: rgb(79,221,22); }
td.TdClassName
{
border-color: #4FDD16;
}
.TagClassName
{
border-color: #4FDD16;
}
</style>