Shades of Kelly Green #4FA005
Tints of Kelly Green #4FA005
RGB
CMYK
RGB Variations
Color information
#4FA005 (or 0x4FA005) is known color: Kelly Green. HEX triplet: 4F, A0 and 05. RGB value is (79,160,5). Sum of RGB (Red+Green+Blue) = 79+160+5=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 160 (62.89% from 255 or 65.57% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FA005 is #B05FFA. Grayscale: #767676. Windows color (decimal): -11558907 or 368719. OLE color: 368719.
HSL color Cylindrical-coordinate representation of color #4FA005: hue angle of 91.35º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4FA005 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 160 | 5 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.37 |
| HSL | 91.35º | 0.94% | 0.32% | - |
| HSV(B) | 91.35º | 0.97% | 0.63% | - |
| XYZ | 15.82 | 26.81 | 4.49 | - |
| YUV | 118.11 | 64.16 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 160 | 5 | 0.51 | 0 | 0.97 | 0.37 | 91.35 | 0.94 | 0.32 |
| Hex | 4F | A0 | 5 | 33 | 0 | 61 | 25 | 5B | 5E | 20 |
| Octal | 117 | 240 | 5 | 63 | 0 | 141 | 45 | 133 | 136 | 40 |
| Binary | 1001111 | 10100000 | 101 | 110011 | 0 | 1100001 | 100101 | 1011011 | 1011110 | 100000 |
Color Harmonies of #4FA005
Complementary color
Monochromatic Colors of #4FA005
Black with #4FA005
Text Example
Text Example
White with #4FA005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA005; }
p { color: rgb(79,160,5); }
H1.HeaderClassName
{
color: #4FA005;
}
.AnyTagClassName
{
color: #4FA005;
}
</style>
background-color css
<style>
a { background-color: #4FA005; }
a { background-color: rgb(79,160,5); }
div.DivClassName
{
background-color: #4FA005;
}
.BgClassName
{
background-color: #4FA005;
}
</style>
border-color css
<style>
span { border-color: #4FA005; }
span { border-color: rgb(79,160,5); }
td.TdClassName
{
border-color: #4FA005;
}
.TagClassName
{
border-color: #4FA005;
}
</style>