Shades of Kelly Green #4FDE14
Tints of Kelly Green #4FDE14
RGB
CMYK
RGB Variations
Color information
#4FDE14 (or 0x4FDE14) is known color: Kelly Green. HEX triplet: 4F, DE and 14. RGB value is (79,222,20). Sum of RGB (Red+Green+Blue) = 79+222+20=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 222 (87.11% from 255 or 69.16% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 222 - color contains mainly: green. Hex color #4FDE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDE14 is #B021EB. Grayscale: #9C9C9C. Windows color (decimal): -11543020 or 1367631. OLE color: 1367631.
HSL color Cylindrical-coordinate representation of color #4FDE14: hue angle of 102.48º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FDE14 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 222 | 20 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.13 |
| HSL | 102.48º | 0.83% | 0.47% | - |
| HSV(B) | 102.48º | 0.91% | 0.87% | - |
| XYZ | 29.47 | 53.96 | 9.52 | - |
| YUV | 156.22 | 51.12 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 222 | 20 | 0.64 | 0 | 0.91 | 0.13 | 102.48 | 0.83 | 0.47 |
| Hex | 4F | DE | 14 | 40 | 0 | 5B | D | 66 | 53 | 2F |
| Octal | 117 | 336 | 24 | 100 | 0 | 133 | 15 | 146 | 123 | 57 |
| Binary | 1001111 | 11011110 | 10100 | 1000000 | 0 | 1011011 | 1101 | 1100110 | 1010011 | 101111 |
Color Harmonies of #4FDE14
Complementary color
Monochromatic Colors of #4FDE14
Black with #4FDE14
Text Example
Text Example
White with #4FDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDE14; }
p { color: rgb(79,222,20); }
H1.HeaderClassName
{
color: #4FDE14;
}
.AnyTagClassName
{
color: #4FDE14;
}
</style>
background-color css
<style>
a { background-color: #4FDE14; }
a { background-color: rgb(79,222,20); }
div.DivClassName
{
background-color: #4FDE14;
}
.BgClassName
{
background-color: #4FDE14;
}
</style>
border-color css
<style>
span { border-color: #4FDE14; }
span { border-color: rgb(79,222,20); }
td.TdClassName
{
border-color: #4FDE14;
}
.TagClassName
{
border-color: #4FDE14;
}
</style>