Shades of Kelly Green #4FAC20
Tints of Kelly Green #4FAC20
RGB
CMYK
RGB Variations
Color information
#4FAC20 (or 0x4FAC20) is known color: Kelly Green. HEX triplet: 4F, AC and 20. RGB value is (79,172,32). Sum of RGB (Red+Green+Blue) = 79+172+32=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FAC20 is #B053DF. Grayscale: #808080. Windows color (decimal): -11555808 or 2141263. OLE color: 2141263.
HSL color Cylindrical-coordinate representation of color #4FAC20: hue angle of 99.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FAC20 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 32 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.33 |
| HSL | 99.86º | 0.69% | 0.4% | - |
| HSV(B) | 99.86º | 0.81% | 0.67% | - |
| XYZ | 18.24 | 31.27 | 6.44 | - |
| YUV | 128.23 | 73.69 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 32 | 0.54 | 0 | 0.81 | 0.33 | 99.86 | 0.69 | 0.4 |
| Hex | 4F | AC | 20 | 36 | 0 | 51 | 21 | 64 | 45 | 28 |
| Octal | 117 | 254 | 40 | 66 | 0 | 121 | 41 | 144 | 105 | 50 |
| Binary | 1001111 | 10101100 | 100000 | 110110 | 0 | 1010001 | 100001 | 1100100 | 1000101 | 101000 |
Color Harmonies of #4FAC20
Complementary color
Monochromatic Colors of #4FAC20
Black with #4FAC20
Text Example
Text Example
White with #4FAC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC20; }
p { color: rgb(79,172,32); }
H1.HeaderClassName
{
color: #4FAC20;
}
.AnyTagClassName
{
color: #4FAC20;
}
</style>
background-color css
<style>
a { background-color: #4FAC20; }
a { background-color: rgb(79,172,32); }
div.DivClassName
{
background-color: #4FAC20;
}
.BgClassName
{
background-color: #4FAC20;
}
</style>
border-color css
<style>
span { border-color: #4FAC20; }
span { border-color: rgb(79,172,32); }
td.TdClassName
{
border-color: #4FAC20;
}
.TagClassName
{
border-color: #4FAC20;
}
</style>