Shades of Kelly Green #4FAC0B
Tints of Kelly Green #4FAC0B
RGB
CMYK
RGB Variations
Color information
#4FAC0B (or 0x4FAC0B) is known color: Kelly Green. HEX triplet: 4F, AC and 0B. RGB value is (79,172,11). Sum of RGB (Red+Green+Blue) = 79+172+11=262 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.15% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FAC0B is #B053F4. Grayscale: #7E7E7E. Windows color (decimal): -11555829 or 765007. OLE color: 765007.
HSL color Cylindrical-coordinate representation of color #4FAC0B: hue angle of 94.66º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FAC0B is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 172 | 11 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.33 |
| HSL | 94.66º | 0.88% | 0.36% | - |
| HSV(B) | 94.66º | 0.94% | 0.67% | - |
| XYZ | 18.04 | 31.19 | 5.39 | - |
| YUV | 125.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 172 | 11 | 0.54 | 0 | 0.94 | 0.33 | 94.66 | 0.88 | 0.36 |
| Hex | 4F | AC | B | 36 | 0 | 5E | 21 | 5F | 58 | 24 |
| Octal | 117 | 254 | 13 | 66 | 0 | 136 | 41 | 137 | 130 | 44 |
| Binary | 1001111 | 10101100 | 1011 | 110110 | 0 | 1011110 | 100001 | 1011111 | 1011000 | 100100 |
Color Harmonies of #4FAC0B
Complementary color
Monochromatic Colors of #4FAC0B
Black with #4FAC0B
Text Example
Text Example
White with #4FAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAC0B; }
p { color: rgb(79,172,11); }
H1.HeaderClassName
{
color: #4FAC0B;
}
.AnyTagClassName
{
color: #4FAC0B;
}
</style>
background-color css
<style>
a { background-color: #4FAC0B; }
a { background-color: rgb(79,172,11); }
div.DivClassName
{
background-color: #4FAC0B;
}
.BgClassName
{
background-color: #4FAC0B;
}
</style>
border-color css
<style>
span { border-color: #4FAC0B; }
span { border-color: rgb(79,172,11); }
td.TdClassName
{
border-color: #4FAC0B;
}
.TagClassName
{
border-color: #4FAC0B;
}
</style>