Shades of Kelly Green #499F0F
Tints of Kelly Green #499F0F
RGB
CMYK
RGB Variations
Color information
#499F0F (or 0x499F0F) is known color: Kelly Green. HEX triplet: 49, 9F and 0F. RGB value is (73,159,15). Sum of RGB (Red+Green+Blue) = 73+159+15=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 159 (62.5% from 255 or 64.37% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 159 - color contains mainly: green. Hex color #499F0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499F0F is #B660F0. Grayscale: #757575. Windows color (decimal): -11952369 or 1023817. OLE color: 1023817.
HSL color Cylindrical-coordinate representation of color #499F0F: hue angle of 95.83º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #499F0F is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 159 | 15 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.38 |
| HSL | 95.83º | 0.83% | 0.34% | - |
| HSV(B) | 95.83º | 0.91% | 0.62% | - |
| XYZ | 15.23 | 26.25 | 4.72 | - |
| YUV | 116.87 | 70.51 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 159 | 15 | 0.54 | 0 | 0.91 | 0.38 | 95.83 | 0.83 | 0.34 |
| Hex | 49 | 9F | F | 36 | 0 | 5B | 26 | 60 | 53 | 22 |
| Octal | 111 | 237 | 17 | 66 | 0 | 133 | 46 | 140 | 123 | 42 |
| Binary | 1001001 | 10011111 | 1111 | 110110 | 0 | 1011011 | 100110 | 1100000 | 1010011 | 100010 |
Color Harmonies of #499F0F
Complementary color
Monochromatic Colors of #499F0F
Black with #499F0F
Text Example
Text Example
White with #499F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499F0F; }
p { color: rgb(73,159,15); }
H1.HeaderClassName
{
color: #499F0F;
}
.AnyTagClassName
{
color: #499F0F;
}
</style>
background-color css
<style>
a { background-color: #499F0F; }
a { background-color: rgb(73,159,15); }
div.DivClassName
{
background-color: #499F0F;
}
.BgClassName
{
background-color: #499F0F;
}
</style>
border-color css
<style>
span { border-color: #499F0F; }
span { border-color: rgb(73,159,15); }
td.TdClassName
{
border-color: #499F0F;
}
.TagClassName
{
border-color: #499F0F;
}
</style>