Shades of Kelly Green #49A700
Tints of Kelly Green #49A700
RGB
CMYK
RGB Variations
Color information
#49A700 (or 0x49A700) is known color: Kelly Green. HEX triplet: 49, A7 and 00. RGB value is (73,167,0). Sum of RGB (Red+Green+Blue) = 73+167+0=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 167 (65.62% from 255 or 69.58% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 167 - color contains mainly: green. Hex color #49A700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A700 is #B658FF. Grayscale: #787878. Windows color (decimal): -11950336 or 42825. OLE color: 42825.
HSL color Cylindrical-coordinate representation of color #49A700: hue angle of 93.77º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49A700 is Cyan = 0.56, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 167 | 0 | - |
| CMYK | 0.56 | 0 | 1 | 0.35 |
| HSL | 93.77º | 1% | 0.33% | - |
| HSV(B) | 93.77º | 1% | 0.65% | - |
| XYZ | 16.57 | 29.05 | 4.73 | - |
| YUV | 119.86 | 60.36 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 0 | 0.56 | 0 | 1 | 0.35 | 93.77 | 1 | 0.33 |
| Hex | 49 | A7 | 0 | 38 | 0 | 64 | 23 | 5E | 64 | 21 |
| Octal | 111 | 247 | 0 | 70 | 0 | 144 | 43 | 136 | 144 | 41 |
| Binary | 1001001 | 10100111 | 0 | 111000 | 0 | 1100100 | 100011 | 1011110 | 1100100 | 100001 |
Color Harmonies of #49A700
Complementary color
Monochromatic Colors of #49A700
Black with #49A700
Text Example
Text Example
White with #49A700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A700; }
p { color: rgb(73,167,0); }
H1.HeaderClassName
{
color: #49A700;
}
.AnyTagClassName
{
color: #49A700;
}
</style>
background-color css
<style>
a { background-color: #49A700; }
a { background-color: rgb(73,167,0); }
div.DivClassName
{
background-color: #49A700;
}
.BgClassName
{
background-color: #49A700;
}
</style>
border-color css
<style>
span { border-color: #49A700; }
span { border-color: rgb(73,167,0); }
td.TdClassName
{
border-color: #49A700;
}
.TagClassName
{
border-color: #49A700;
}
</style>