Shades of Kelly Green #4FA501
Tints of Kelly Green #4FA501
RGB
CMYK
RGB Variations
Color information
#4FA501 (or 0x4FA501) is known color: Kelly Green. HEX triplet: 4F, A5 and 01. RGB value is (79,165,1). Sum of RGB (Red+Green+Blue) = 79+165+1=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FA501 is #B05AFE. Grayscale: #797979. Windows color (decimal): -11557631 or 107855. OLE color: 107855.
HSL color Cylindrical-coordinate representation of color #4FA501: hue angle of 91.46º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4FA501 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.35 |
| HSL | 91.46º | 0.99% | 0.33% | - |
| HSV(B) | 91.46º | 0.99% | 0.65% | - |
| XYZ | 16.69 | 28.57 | 4.66 | - |
| YUV | 120.59 | 60.51 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 1 | 0.52 | 0 | 0.99 | 0.35 | 91.46 | 0.99 | 0.33 |
| Hex | 4F | A5 | 1 | 34 | 0 | 63 | 23 | 5B | 63 | 21 |
| Octal | 117 | 245 | 1 | 64 | 0 | 143 | 43 | 133 | 143 | 41 |
| Binary | 1001111 | 10100101 | 1 | 110100 | 0 | 1100011 | 100011 | 1011011 | 1100011 | 100001 |
Color Harmonies of #4FA501
Complementary color
Monochromatic Colors of #4FA501
Black with #4FA501
Text Example
Text Example
White with #4FA501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA501; }
p { color: rgb(79,165,1); }
H1.HeaderClassName
{
color: #4FA501;
}
.AnyTagClassName
{
color: #4FA501;
}
</style>
background-color css
<style>
a { background-color: #4FA501; }
a { background-color: rgb(79,165,1); }
div.DivClassName
{
background-color: #4FA501;
}
.BgClassName
{
background-color: #4FA501;
}
</style>
border-color css
<style>
span { border-color: #4FA501; }
span { border-color: rgb(79,165,1); }
td.TdClassName
{
border-color: #4FA501;
}
.TagClassName
{
border-color: #4FA501;
}
</style>