Shades of Kelly Green #4FDB0C
Tints of Kelly Green #4FDB0C
RGB
CMYK
RGB Variations
Color information
#4FDB0C (or 0x4FDB0C) is known color: Kelly Green. HEX triplet: 4F, DB and 0C. RGB value is (79,219,12). Sum of RGB (Red+Green+Blue) = 79+219+12=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 219 (85.94% from 255 or 70.65% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDB0C is #B024F3. Grayscale: #9A9A9A. Windows color (decimal): -11543796 or 842575. OLE color: 842575.
HSL color Cylindrical-coordinate representation of color #4FDB0C: hue angle of 100.58º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FDB0C is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 12 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.14 |
| HSL | 100.58º | 0.9% | 0.45% | - |
| HSV(B) | 100.58º | 0.95% | 0.86% | - |
| XYZ | 28.62 | 52.35 | 8.94 | - |
| YUV | 153.54 | 48.12 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 12 | 0.64 | 0 | 0.95 | 0.14 | 100.58 | 0.9 | 0.45 |
| Hex | 4F | DB | C | 40 | 0 | 5F | E | 65 | 5A | 2D |
| Octal | 117 | 333 | 14 | 100 | 0 | 137 | 16 | 145 | 132 | 55 |
| Binary | 1001111 | 11011011 | 1100 | 1000000 | 0 | 1011111 | 1110 | 1100101 | 1011010 | 101101 |
Color Harmonies of #4FDB0C
Complementary color
Monochromatic Colors of #4FDB0C
Black with #4FDB0C
Text Example
Text Example
White with #4FDB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB0C; }
p { color: rgb(79,219,12); }
H1.HeaderClassName
{
color: #4FDB0C;
}
.AnyTagClassName
{
color: #4FDB0C;
}
</style>
background-color css
<style>
a { background-color: #4FDB0C; }
a { background-color: rgb(79,219,12); }
div.DivClassName
{
background-color: #4FDB0C;
}
.BgClassName
{
background-color: #4FDB0C;
}
</style>
border-color css
<style>
span { border-color: #4FDB0C; }
span { border-color: rgb(79,219,12); }
td.TdClassName
{
border-color: #4FDB0C;
}
.TagClassName
{
border-color: #4FDB0C;
}
</style>