Shades of Kelly Green #499C00
Tints of Kelly Green #499C00
RGB
CMYK
RGB Variations
Color information
#499C00 (or 0x499C00) is known color: Kelly Green. HEX triplet: 49, 9C and 00. RGB value is (73,156,0). Sum of RGB (Red+Green+Blue) = 73+156+0=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #499C00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499C00 is #B663FF. Grayscale: #717171. Windows color (decimal): -11953152 or 40009. OLE color: 40009.
HSL color Cylindrical-coordinate representation of color #499C00: hue angle of 91.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #499C00 is Cyan = 0.53, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 0 | - |
| CMYK | 0.53 | 0 | 1 | 0.39 |
| HSL | 91.92º | 1% | 0.31% | - |
| HSV(B) | 91.92º | 1% | 0.61% | - |
| XYZ | 14.64 | 25.19 | 4.09 | - |
| YUV | 113.4 | 64 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 0 | 0.53 | 0 | 1 | 0.39 | 91.92 | 1 | 0.31 |
| Hex | 49 | 9C | 0 | 35 | 0 | 64 | 27 | 5C | 64 | 1F |
| Octal | 111 | 234 | 0 | 65 | 0 | 144 | 47 | 134 | 144 | 37 |
| Binary | 1001001 | 10011100 | 0 | 110101 | 0 | 1100100 | 100111 | 1011100 | 1100100 | 11111 |
Color Harmonies of #499C00
Complementary color
Monochromatic Colors of #499C00
Black with #499C00
Text Example
Text Example
White with #499C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C00; }
p { color: rgb(73,156,0); }
H1.HeaderClassName
{
color: #499C00;
}
.AnyTagClassName
{
color: #499C00;
}
</style>
background-color css
<style>
a { background-color: #499C00; }
a { background-color: rgb(73,156,0); }
div.DivClassName
{
background-color: #499C00;
}
.BgClassName
{
background-color: #499C00;
}
</style>
border-color css
<style>
span { border-color: #499C00; }
span { border-color: rgb(73,156,0); }
td.TdClassName
{
border-color: #499C00;
}
.TagClassName
{
border-color: #499C00;
}
</style>