Shades of Kelly Green #4FAD0E
Tints of Kelly Green #4FAD0E
RGB
CMYK
RGB Variations
Color information
#4FAD0E (or 0x4FAD0E) is known color: Kelly Green. HEX triplet: 4F, AD and 0E. RGB value is (79,173,14). Sum of RGB (Red+Green+Blue) = 79+173+14=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 173 (67.97% from 255 or 65.04% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 173 - color contains mainly: green. Hex color #4FAD0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FAD0E is #B052F1. Grayscale: #7F7F7F. Windows color (decimal): -11555570 or 961871. OLE color: 961871.
HSL color Cylindrical-coordinate representation of color #4FAD0E: hue angle of 95.47º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4FAD0E is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 79 | 173 | 14 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.32 |
| HSL | 95.47º | 0.85% | 0.37% | - |
| HSV(B) | 95.47º | 0.92% | 0.68% | - |
| XYZ | 18.25 | 31.58 | 5.55 | - |
| YUV | 126.77 | 64.36 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 173 | 14 | 0.54 | 0 | 0.92 | 0.32 | 95.47 | 0.85 | 0.37 |
| Hex | 4F | AD | E | 36 | 0 | 5C | 20 | 5F | 55 | 25 |
| Octal | 117 | 255 | 16 | 66 | 0 | 134 | 40 | 137 | 125 | 45 |
| Binary | 1001111 | 10101101 | 1110 | 110110 | 0 | 1011100 | 100000 | 1011111 | 1010101 | 100101 |
Color Harmonies of #4FAD0E
Complementary color
Monochromatic Colors of #4FAD0E
Black with #4FAD0E
Text Example
Text Example
White with #4FAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAD0E; }
p { color: rgb(79,173,14); }
H1.HeaderClassName
{
color: #4FAD0E;
}
.AnyTagClassName
{
color: #4FAD0E;
}
</style>
background-color css
<style>
a { background-color: #4FAD0E; }
a { background-color: rgb(79,173,14); }
div.DivClassName
{
background-color: #4FAD0E;
}
.BgClassName
{
background-color: #4FAD0E;
}
</style>
border-color css
<style>
span { border-color: #4FAD0E; }
span { border-color: rgb(79,173,14); }
td.TdClassName
{
border-color: #4FAD0E;
}
.TagClassName
{
border-color: #4FAD0E;
}
</style>