Shades of Kelly Green #499C07
Tints of Kelly Green #499C07
RGB
CMYK
RGB Variations
Color information
#499C07 (or 0x499C07) is known color: Kelly Green. HEX triplet: 49, 9C and 07. RGB value is (73,156,7). Sum of RGB (Red+Green+Blue) = 73+156+7=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 156 (61.33% from 255 or 66.10% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 156 - color contains mainly: green. Hex color #499C07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499C07 is #B663F8. Grayscale: #727272. Windows color (decimal): -11953145 or 498761. OLE color: 498761.
HSL color Cylindrical-coordinate representation of color #499C07: hue angle of 93.42º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #499C07 is Cyan = 0.53, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 7 | - |
| CMYK | 0.53 | 0 | 0.96 | 0.39 |
| HSL | 93.42º | 0.91% | 0.32% | - |
| HSV(B) | 93.42º | 0.96% | 0.61% | - |
| XYZ | 14.67 | 25.21 | 4.29 | - |
| YUV | 114.2 | 67.5 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 7 | 0.53 | 0 | 0.96 | 0.39 | 93.42 | 0.91 | 0.32 |
| Hex | 49 | 9C | 7 | 35 | 0 | 60 | 27 | 5D | 5B | 20 |
| Octal | 111 | 234 | 7 | 65 | 0 | 140 | 47 | 135 | 133 | 40 |
| Binary | 1001001 | 10011100 | 111 | 110101 | 0 | 1100000 | 100111 | 1011101 | 1011011 | 100000 |
Color Harmonies of #499C07
Complementary color
Monochromatic Colors of #499C07
Black with #499C07
Text Example
Text Example
White with #499C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C07; }
p { color: rgb(73,156,7); }
H1.HeaderClassName
{
color: #499C07;
}
.AnyTagClassName
{
color: #499C07;
}
</style>
background-color css
<style>
a { background-color: #499C07; }
a { background-color: rgb(73,156,7); }
div.DivClassName
{
background-color: #499C07;
}
.BgClassName
{
background-color: #499C07;
}
</style>
border-color css
<style>
span { border-color: #499C07; }
span { border-color: rgb(73,156,7); }
td.TdClassName
{
border-color: #499C07;
}
.TagClassName
{
border-color: #499C07;
}
</style>