Shades of Kelly Green #4FDC14
Tints of Kelly Green #4FDC14
RGB
CMYK
RGB Variations
Color information
#4FDC14 (or 0x4FDC14) is known color: Kelly Green. HEX triplet: 4F, DC and 14. RGB value is (79,220,20). Sum of RGB (Red+Green+Blue) = 79+220+20=319 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.76% from 319); Green value is 220 (86.33% from 255 or 68.97% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDC14 is #B023EB. Grayscale: #9B9B9B. Windows color (decimal): -11543532 or 1367119. OLE color: 1367119.
HSL color Cylindrical-coordinate representation of color #4FDC14: hue angle of 102.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FDC14 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 20 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.14 |
| HSL | 102.3º | 0.83% | 0.47% | - |
| HSV(B) | 102.3º | 0.91% | 0.86% | - |
| XYZ | 28.94 | 52.9 | 9.35 | - |
| YUV | 155.04 | 51.79 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 20 | 0.64 | 0 | 0.91 | 0.14 | 102.3 | 0.83 | 0.47 |
| Hex | 4F | DC | 14 | 40 | 0 | 5B | E | 66 | 53 | 2F |
| Octal | 117 | 334 | 24 | 100 | 0 | 133 | 16 | 146 | 123 | 57 |
| Binary | 1001111 | 11011100 | 10100 | 1000000 | 0 | 1011011 | 1110 | 1100110 | 1010011 | 101111 |
Color Harmonies of #4FDC14
Complementary color
Monochromatic Colors of #4FDC14
Black with #4FDC14
Text Example
Text Example
White with #4FDC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC14; }
p { color: rgb(79,220,20); }
H1.HeaderClassName
{
color: #4FDC14;
}
.AnyTagClassName
{
color: #4FDC14;
}
</style>
background-color css
<style>
a { background-color: #4FDC14; }
a { background-color: rgb(79,220,20); }
div.DivClassName
{
background-color: #4FDC14;
}
.BgClassName
{
background-color: #4FDC14;
}
</style>
border-color css
<style>
span { border-color: #4FDC14; }
span { border-color: rgb(79,220,20); }
td.TdClassName
{
border-color: #4FDC14;
}
.TagClassName
{
border-color: #4FDC14;
}
</style>