Shades of Kelly Green #4FAF0C
Tints of Kelly Green #4FAF0C
RGB
CMYK
RGB Variations
Color information
#4FAF0C (or 0x4FAF0C) is known color: Kelly Green. HEX triplet: 4F, AF and 0C. RGB value is (79,175,12). Sum of RGB (Red+Green+Blue) = 79+175+12=266 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.70% from 266); Green value is 175 (68.75% from 255 or 65.79% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAF0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FAF0C is #B050F3. Grayscale: #808080. Windows color (decimal): -11555060 or 831311. OLE color: 831311.
HSL color Cylindrical-coordinate representation of color #4FAF0C: hue angle of 95.34º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4FAF0C is Cyan = 0.55, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 79 | 175 | 12 | - |
| CMYK | 0.55 | 0 | 0.93 | 0.31 |
| HSL | 95.34º | 0.87% | 0.37% | - |
| HSV(B) | 95.34º | 0.93% | 0.69% | - |
| XYZ | 18.62 | 32.35 | 5.61 | - |
| YUV | 127.71 | 62.7 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 175 | 12 | 0.55 | 0 | 0.93 | 0.31 | 95.34 | 0.87 | 0.37 |
| Hex | 4F | AF | C | 37 | 0 | 5D | 1F | 5F | 57 | 25 |
| Octal | 117 | 257 | 14 | 67 | 0 | 135 | 37 | 137 | 127 | 45 |
| Binary | 1001111 | 10101111 | 1100 | 110111 | 0 | 1011101 | 11111 | 1011111 | 1010111 | 100101 |
Color Harmonies of #4FAF0C
Complementary color
Monochromatic Colors of #4FAF0C
Black with #4FAF0C
Text Example
Text Example
White with #4FAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FAF0C; }
p { color: rgb(79,175,12); }
H1.HeaderClassName
{
color: #4FAF0C;
}
.AnyTagClassName
{
color: #4FAF0C;
}
</style>
background-color css
<style>
a { background-color: #4FAF0C; }
a { background-color: rgb(79,175,12); }
div.DivClassName
{
background-color: #4FAF0C;
}
.BgClassName
{
background-color: #4FAF0C;
}
</style>
border-color css
<style>
span { border-color: #4FAF0C; }
span { border-color: rgb(79,175,12); }
td.TdClassName
{
border-color: #4FAF0C;
}
.TagClassName
{
border-color: #4FAF0C;
}
</style>