Shades of Kelly Green #49A701
Tints of Kelly Green #49A701
RGB
CMYK
RGB Variations
Color information
#49A701 (or 0x49A701) is known color: Kelly Green. HEX triplet: 49, A7 and 01. RGB value is (73,167,1). Sum of RGB (Red+Green+Blue) = 73+167+1=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 167 (65.62% from 255 or 69.29% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 167 - color contains mainly: green. Hex color #49A701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A701 is #B658FE. Grayscale: #787878. Windows color (decimal): -11950335 or 108361. OLE color: 108361.
HSL color Cylindrical-coordinate representation of color #49A701: hue angle of 93.98º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49A701 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 167 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.35 |
| HSL | 93.98º | 0.99% | 0.33% | - |
| HSV(B) | 93.98º | 0.99% | 0.65% | - |
| XYZ | 16.57 | 29.06 | 4.76 | - |
| YUV | 119.97 | 60.86 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 167 | 1 | 0.56 | 0 | 0.99 | 0.35 | 93.98 | 0.99 | 0.33 |
| Hex | 49 | A7 | 1 | 38 | 0 | 63 | 23 | 5E | 63 | 21 |
| Octal | 111 | 247 | 1 | 70 | 0 | 143 | 43 | 136 | 143 | 41 |
| Binary | 1001001 | 10100111 | 1 | 111000 | 0 | 1100011 | 100011 | 1011110 | 1100011 | 100001 |
Color Harmonies of #49A701
Complementary color
Monochromatic Colors of #49A701
Black with #49A701
Text Example
Text Example
White with #49A701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A701; }
p { color: rgb(73,167,1); }
H1.HeaderClassName
{
color: #49A701;
}
.AnyTagClassName
{
color: #49A701;
}
</style>
background-color css
<style>
a { background-color: #49A701; }
a { background-color: rgb(73,167,1); }
div.DivClassName
{
background-color: #49A701;
}
.BgClassName
{
background-color: #49A701;
}
</style>
border-color css
<style>
span { border-color: #49A701; }
span { border-color: rgb(73,167,1); }
td.TdClassName
{
border-color: #49A701;
}
.TagClassName
{
border-color: #49A701;
}
</style>