Shades of Kelly Green #499E17
Tints of Kelly Green #499E17
RGB
CMYK
RGB Variations
Color information
#499E17 (or 0x499E17) is known color: Kelly Green. HEX triplet: 49, 9E and 17. RGB value is (73,158,23). Sum of RGB (Red+Green+Blue) = 73+158+23=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 158 (62.11% from 255 or 62.20% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 158 - color contains mainly: green. Hex color #499E17 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499E17 is #B661E8. Grayscale: #757575. Windows color (decimal): -11952617 or 1547849. OLE color: 1547849.
HSL color Cylindrical-coordinate representation of color #499E17: hue angle of 97.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #499E17 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 158 | 23 | - |
| CMYK | 0.54 | 0 | 0.85 | 0.38 |
| HSL | 97.78º | 0.75% | 0.35% | - |
| HSV(B) | 97.78º | 0.85% | 0.62% | - |
| XYZ | 15.13 | 25.93 | 5.02 | - |
| YUV | 117.2 | 74.84 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 158 | 23 | 0.54 | 0 | 0.85 | 0.38 | 97.78 | 0.75 | 0.35 |
| Hex | 49 | 9E | 17 | 36 | 0 | 55 | 26 | 62 | 4B | 23 |
| Octal | 111 | 236 | 27 | 66 | 0 | 125 | 46 | 142 | 113 | 43 |
| Binary | 1001001 | 10011110 | 10111 | 110110 | 0 | 1010101 | 100110 | 1100010 | 1001011 | 100011 |
Color Harmonies of #499E17
Complementary color
Monochromatic Colors of #499E17
Black with #499E17
Text Example
Text Example
White with #499E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499E17; }
p { color: rgb(73,158,23); }
H1.HeaderClassName
{
color: #499E17;
}
.AnyTagClassName
{
color: #499E17;
}
</style>
background-color css
<style>
a { background-color: #499E17; }
a { background-color: rgb(73,158,23); }
div.DivClassName
{
background-color: #499E17;
}
.BgClassName
{
background-color: #499E17;
}
</style>
border-color css
<style>
span { border-color: #499E17; }
span { border-color: rgb(73,158,23); }
td.TdClassName
{
border-color: #499E17;
}
.TagClassName
{
border-color: #499E17;
}
</style>