Shades of Kelly Green #4FDB00
Tints of Kelly Green #4FDB00
RGB
CMYK
RGB Variations
Color information
#4FDB00 (or 0x4FDB00) is known color: Kelly Green. HEX triplet: 4F, DB and 00. RGB value is (79,219,0). Sum of RGB (Red+Green+Blue) = 79+219+0=298 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.51% from 298); Green value is 219 (85.94% from 255 or 73.49% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 219 - color contains mainly: green. Hex color #4FDB00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDB00 is #B024FF. Grayscale: #989898. Windows color (decimal): -11543808 or 56143. OLE color: 56143.
HSL color Cylindrical-coordinate representation of color #4FDB00: hue angle of 98.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4FDB00 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 219 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.14 |
| HSL | 98.36º | 1% | 0.43% | - |
| HSV(B) | 98.36º | 1% | 0.86% | - |
| XYZ | 28.56 | 52.33 | 8.59 | - |
| YUV | 152.17 | 42.12 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 219 | 0 | 0.64 | 0 | 1 | 0.14 | 98.36 | 1 | 0.43 |
| Hex | 4F | DB | 0 | 40 | 0 | 64 | E | 62 | 64 | 2B |
| Octal | 117 | 333 | 0 | 100 | 0 | 144 | 16 | 142 | 144 | 53 |
| Binary | 1001111 | 11011011 | 0 | 1000000 | 0 | 1100100 | 1110 | 1100010 | 1100100 | 101011 |
Color Harmonies of #4FDB00
Complementary color
Monochromatic Colors of #4FDB00
Black with #4FDB00
Text Example
Text Example
White with #4FDB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDB00; }
p { color: rgb(79,219,0); }
H1.HeaderClassName
{
color: #4FDB00;
}
.AnyTagClassName
{
color: #4FDB00;
}
</style>
background-color css
<style>
a { background-color: #4FDB00; }
a { background-color: rgb(79,219,0); }
div.DivClassName
{
background-color: #4FDB00;
}
.BgClassName
{
background-color: #4FDB00;
}
</style>
border-color css
<style>
span { border-color: #4FDB00; }
span { border-color: rgb(79,219,0); }
td.TdClassName
{
border-color: #4FDB00;
}
.TagClassName
{
border-color: #4FDB00;
}
</style>