Shades of Kelly Green #4FE116
Tints of Kelly Green #4FE116
RGB
CMYK
RGB Variations
Color information
#4FE116 (or 0x4FE116) is known color: Kelly Green. HEX triplet: 4F, E1 and 16. RGB value is (79,225,22). Sum of RGB (Red+Green+Blue) = 79+225+22=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE116 is #B01EE9. Grayscale: #9E9E9E. Windows color (decimal): -11542250 or 1499471. OLE color: 1499471.
HSL color Cylindrical-coordinate representation of color #4FE116: hue angle of 103.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FE116 is Cyan = 0.65, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 79 | 225 | 22 | - |
| CMYK | 0.65 | 0 | 0.90 | 0.12 |
| HSL | 103.15º | 0.82% | 0.48% | - |
| HSV(B) | 103.15º | 0.9% | 0.88% | - |
| XYZ | 30.29 | 55.57 | 9.89 | - |
| YUV | 158.2 | 51.13 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 225 | 22 | 0.65 | 0 | 0.90 | 0.12 | 103.15 | 0.82 | 0.48 |
| Hex | 4F | E1 | 16 | 41 | 0 | 5A | C | 67 | 52 | 30 |
| Octal | 117 | 341 | 26 | 101 | 0 | 132 | 14 | 147 | 122 | 60 |
| Binary | 1001111 | 11100001 | 10110 | 1000001 | 0 | 1011010 | 1100 | 1100111 | 1010010 | 110000 |
Color Harmonies of #4FE116
Complementary color
Monochromatic Colors of #4FE116
Black with #4FE116
Text Example
Text Example
White with #4FE116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FE116; }
p { color: rgb(79,225,22); }
H1.HeaderClassName
{
color: #4FE116;
}
.AnyTagClassName
{
color: #4FE116;
}
</style>
background-color css
<style>
a { background-color: #4FE116; }
a { background-color: rgb(79,225,22); }
div.DivClassName
{
background-color: #4FE116;
}
.BgClassName
{
background-color: #4FE116;
}
</style>
border-color css
<style>
span { border-color: #4FE116; }
span { border-color: rgb(79,225,22); }
td.TdClassName
{
border-color: #4FE116;
}
.TagClassName
{
border-color: #4FE116;
}
</style>