Shades of Kelly Green #4FAA0F
Tints of Kelly Green #4FAA0F
RGB
CMYK
RGB Variations
Color information
#4FAA0F (or 0x4FAA0F) is known color: Kelly Green. HEX triplet: 4F, AA and 0F. RGB value is (79,170,15). Sum of RGB (Red+Green+Blue) = 79+170+15=264 (34% of max value = 765). Red value is 79 (31.25% from 255 or 29.92% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #4FAA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FAA0F is #B055F0. Grayscale: #7D7D7D. Windows color (decimal): -11556337 or 1026639. OLE color: 1026639.
HSL color Cylindrical-coordinate representation of color #4FAA0F: hue angle of 95.23º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4FAA0F is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 170 | 15 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.33 |
| HSL | 95.23º | 0.84% | 0.36% | - |
| HSV(B) | 95.23º | 0.91% | 0.67% | - |
| XYZ | 17.69 | 30.45 | 5.4 | - |
| YUV | 125.12 | 65.85 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 170 | 15 | 0.54 | 0 | 0.91 | 0.33 | 95.23 | 0.84 | 0.36 |
| Hex | 4F | AA | F | 36 | 0 | 5B | 21 | 5F | 54 | 24 |
| Octal | 117 | 252 | 17 | 66 | 0 | 133 | 41 | 137 | 124 | 44 |
| Binary | 1001111 | 10101010 | 1111 | 110110 | 0 | 1011011 | 100001 | 1011111 | 1010100 | 100100 |
Color Harmonies of #4FAA0F
Complementary color
Monochromatic Colors of #4FAA0F
Black with #4FAA0F
Text Example
Text Example
White with #4FAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAA0F; }
p { color: rgb(79,170,15); }
H1.HeaderClassName
{
color: #4FAA0F;
}
.AnyTagClassName
{
color: #4FAA0F;
}
</style>
background-color css
<style>
a { background-color: #4FAA0F; }
a { background-color: rgb(79,170,15); }
div.DivClassName
{
background-color: #4FAA0F;
}
.BgClassName
{
background-color: #4FAA0F;
}
</style>
border-color css
<style>
span { border-color: #4FAA0F; }
span { border-color: rgb(79,170,15); }
td.TdClassName
{
border-color: #4FAA0F;
}
.TagClassName
{
border-color: #4FAA0F;
}
</style>