Shades of Kelly Green #499900
Tints of Kelly Green #499900
RGB
CMYK
RGB Variations
Color information
#499900 (or 0x499900) is known color: Kelly Green. HEX triplet: 49, 99 and 00. RGB value is (73,153,0). Sum of RGB (Red+Green+Blue) = 73+153+0=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 153 (60.16% from 255 or 67.70% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 153 - color contains mainly: green. Hex color #499900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499900 is #B666FF. Grayscale: #707070. Windows color (decimal): -11953920 or 39241. OLE color: 39241.
HSL color Cylindrical-coordinate representation of color #499900: hue angle of 91.37º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #499900 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 153 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.4 |
| HSL | 91.37º | 1% | 0.3% | - |
| HSV(B) | 91.37º | 1% | 0.6% | - |
| XYZ | 14.14 | 24.2 | 3.93 | - |
| YUV | 111.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 153 | 0 | 0.52 | 0 | 1 | 0.4 | 91.37 | 1 | 0.3 |
| Hex | 49 | 99 | 0 | 34 | 0 | 64 | 28 | 5B | 64 | 1E |
| Octal | 111 | 231 | 0 | 64 | 0 | 144 | 50 | 133 | 144 | 36 |
| Binary | 1001001 | 10011001 | 0 | 110100 | 0 | 1100100 | 101000 | 1011011 | 1100100 | 11110 |
Color Harmonies of #499900
Complementary color
Monochromatic Colors of #499900
Black with #499900
Text Example
Text Example
White with #499900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499900; }
p { color: rgb(73,153,0); }
H1.HeaderClassName
{
color: #499900;
}
.AnyTagClassName
{
color: #499900;
}
</style>
background-color css
<style>
a { background-color: #499900; }
a { background-color: rgb(73,153,0); }
div.DivClassName
{
background-color: #499900;
}
.BgClassName
{
background-color: #499900;
}
</style>
border-color css
<style>
span { border-color: #499900; }
span { border-color: rgb(73,153,0); }
td.TdClassName
{
border-color: #499900;
}
.TagClassName
{
border-color: #499900;
}
</style>