Shades of Kelly Green #4FA40F
Tints of Kelly Green #4FA40F
RGB
CMYK
RGB Variations
Color information
#4FA40F (or 0x4FA40F) is known color: Kelly Green. HEX triplet: 4F, A4 and 0F. RGB value is (79,164,15). Sum of RGB (Red+Green+Blue) = 79+164+15=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 164 (64.45% from 255 or 63.57% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FA40F is #B05BF0. Grayscale: #7A7A7A. Windows color (decimal): -11557873 or 1025103. OLE color: 1025103.
HSL color Cylindrical-coordinate representation of color #4FA40F: hue angle of 94.23º degrees, saturation: 0.83, 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 #4FA40F is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 164 | 15 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.36 |
| HSL | 94.23º | 0.83% | 0.35% | - |
| HSV(B) | 94.23º | 0.91% | 0.64% | - |
| XYZ | 16.59 | 28.25 | 5.03 | - |
| YUV | 121.6 | 67.84 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 15 | 0.52 | 0 | 0.91 | 0.36 | 94.23 | 0.83 | 0.35 |
| Hex | 4F | A4 | F | 34 | 0 | 5B | 24 | 5E | 53 | 23 |
| Octal | 117 | 244 | 17 | 64 | 0 | 133 | 44 | 136 | 123 | 43 |
| Binary | 1001111 | 10100100 | 1111 | 110100 | 0 | 1011011 | 100100 | 1011110 | 1010011 | 100011 |
Color Harmonies of #4FA40F
Complementary color
Monochromatic Colors of #4FA40F
Black with #4FA40F
Text Example
Text Example
White with #4FA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA40F; }
p { color: rgb(79,164,15); }
H1.HeaderClassName
{
color: #4FA40F;
}
.AnyTagClassName
{
color: #4FA40F;
}
</style>
background-color css
<style>
a { background-color: #4FA40F; }
a { background-color: rgb(79,164,15); }
div.DivClassName
{
background-color: #4FA40F;
}
.BgClassName
{
background-color: #4FA40F;
}
</style>
border-color css
<style>
span { border-color: #4FA40F; }
span { border-color: rgb(79,164,15); }
td.TdClassName
{
border-color: #4FA40F;
}
.TagClassName
{
border-color: #4FA40F;
}
</style>