Shades of Kelly Green #4FA510
Tints of Kelly Green #4FA510
RGB
CMYK
RGB Variations
Color information
#4FA510 (or 0x4FA510) is known color: Kelly Green. HEX triplet: 4F, A5 and 10. RGB value is (79,165,16). Sum of RGB (Red+Green+Blue) = 79+165+16=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 165 (64.84% from 255 or 63.46% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4FA510 is #B05AEF. Grayscale: #7A7A7A. Windows color (decimal): -11557616 or 1090895. OLE color: 1090895.
HSL color Cylindrical-coordinate representation of color #4FA510: hue angle of 94.63º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FA510 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 79 | 165 | 16 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.35 |
| HSL | 94.63º | 0.82% | 0.35% | - |
| HSV(B) | 94.63º | 0.9% | 0.65% | - |
| XYZ | 16.77 | 28.61 | 5.13 | - |
| YUV | 122.3 | 68.01 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 165 | 16 | 0.52 | 0 | 0.90 | 0.35 | 94.63 | 0.82 | 0.35 |
| Hex | 4F | A5 | 10 | 34 | 0 | 5A | 23 | 5F | 52 | 23 |
| Octal | 117 | 245 | 20 | 64 | 0 | 132 | 43 | 137 | 122 | 43 |
| Binary | 1001111 | 10100101 | 10000 | 110100 | 0 | 1011010 | 100011 | 1011111 | 1010010 | 100011 |
Color Harmonies of #4FA510
Complementary color
Monochromatic Colors of #4FA510
Black with #4FA510
Text Example
Text Example
White with #4FA510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA510; }
p { color: rgb(79,165,16); }
H1.HeaderClassName
{
color: #4FA510;
}
.AnyTagClassName
{
color: #4FA510;
}
</style>
background-color css
<style>
a { background-color: #4FA510; }
a { background-color: rgb(79,165,16); }
div.DivClassName
{
background-color: #4FA510;
}
.BgClassName
{
background-color: #4FA510;
}
</style>
border-color css
<style>
span { border-color: #4FA510; }
span { border-color: rgb(79,165,16); }
td.TdClassName
{
border-color: #4FA510;
}
.TagClassName
{
border-color: #4FA510;
}
</style>