Shades of Kelly Green #499D14
Tints of Kelly Green #499D14
RGB
CMYK
RGB Variations
Color information
#499D14 (or 0x499D14) is known color: Kelly Green. HEX triplet: 49, 9D and 14. RGB value is (73,157,20). Sum of RGB (Red+Green+Blue) = 73+157+20=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 157 (61.72% from 255 or 62.8% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 157 - color contains mainly: green. Hex color #499D14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499D14 is #B662EB. Grayscale: #747474. Windows color (decimal): -11952876 or 1350985. OLE color: 1350985.
HSL color Cylindrical-coordinate representation of color #499D14: hue angle of 96.79º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #499D14 is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 157 | 20 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.38 |
| HSL | 96.79º | 0.77% | 0.35% | - |
| HSV(B) | 96.79º | 0.87% | 0.62% | - |
| XYZ | 14.93 | 25.58 | 4.81 | - |
| YUV | 116.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 157 | 20 | 0.54 | 0 | 0.87 | 0.38 | 96.79 | 0.77 | 0.35 |
| Hex | 49 | 9D | 14 | 36 | 0 | 57 | 26 | 61 | 4D | 23 |
| Octal | 111 | 235 | 24 | 66 | 0 | 127 | 46 | 141 | 115 | 43 |
| Binary | 1001001 | 10011101 | 10100 | 110110 | 0 | 1010111 | 100110 | 1100001 | 1001101 | 100011 |
Color Harmonies of #499D14
Complementary color
Monochromatic Colors of #499D14
Black with #499D14
Text Example
Text Example
White with #499D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499D14; }
p { color: rgb(73,157,20); }
H1.HeaderClassName
{
color: #499D14;
}
.AnyTagClassName
{
color: #499D14;
}
</style>
background-color css
<style>
a { background-color: #499D14; }
a { background-color: rgb(73,157,20); }
div.DivClassName
{
background-color: #499D14;
}
.BgClassName
{
background-color: #499D14;
}
</style>
border-color css
<style>
span { border-color: #499D14; }
span { border-color: rgb(73,157,20); }
td.TdClassName
{
border-color: #499D14;
}
.TagClassName
{
border-color: #499D14;
}
</style>