Shades of Kelly Green #4FA20E
Tints of Kelly Green #4FA20E
RGB
CMYK
RGB Variations
Color information
#4FA20E (or 0x4FA20E) is known color: Kelly Green. HEX triplet: 4F, A2 and 0E. RGB value is (79,162,14). Sum of RGB (Red+Green+Blue) = 79+162+14=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 162 (63.67% from 255 or 63.53% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA20E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FA20E is #B05DF1. Grayscale: #787878. Windows color (decimal): -11558386 or 959055. OLE color: 959055.
HSL color Cylindrical-coordinate representation of color #4FA20E: hue angle of 93.65º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FA20E is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 162 | 14 | - |
| CMYK | 0.51 | 0 | 0.91 | 0.36 |
| HSL | 93.65º | 0.84% | 0.35% | - |
| HSV(B) | 93.65º | 0.91% | 0.64% | - |
| XYZ | 16.22 | 27.53 | 4.88 | - |
| YUV | 120.31 | 68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 14 | 0.51 | 0 | 0.91 | 0.36 | 93.65 | 0.84 | 0.35 |
| Hex | 4F | A2 | E | 33 | 0 | 5B | 24 | 5E | 54 | 23 |
| Octal | 117 | 242 | 16 | 63 | 0 | 133 | 44 | 136 | 124 | 43 |
| Binary | 1001111 | 10100010 | 1110 | 110011 | 0 | 1011011 | 100100 | 1011110 | 1010100 | 100011 |
Color Harmonies of #4FA20E
Complementary color
Monochromatic Colors of #4FA20E
Black with #4FA20E
Text Example
Text Example
White with #4FA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA20E; }
p { color: rgb(79,162,14); }
H1.HeaderClassName
{
color: #4FA20E;
}
.AnyTagClassName
{
color: #4FA20E;
}
</style>
background-color css
<style>
a { background-color: #4FA20E; }
a { background-color: rgb(79,162,14); }
div.DivClassName
{
background-color: #4FA20E;
}
.BgClassName
{
background-color: #4FA20E;
}
</style>
border-color css
<style>
span { border-color: #4FA20E; }
span { border-color: rgb(79,162,14); }
td.TdClassName
{
border-color: #4FA20E;
}
.TagClassName
{
border-color: #4FA20E;
}
</style>