Shades of Kelly Green #49AD03
Tints of Kelly Green #49AD03
RGB
CMYK
RGB Variations
Color information
#49AD03 (or 0x49AD03) is known color: Kelly Green. HEX triplet: 49, AD and 03. RGB value is (73,173,3). Sum of RGB (Red+Green+Blue) = 73+173+3=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 173 (67.97% from 255 or 69.48% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AD03 is #B652FC. Grayscale: #7C7C7C. Windows color (decimal): -11948797 or 240969. OLE color: 240969.
HSL color Cylindrical-coordinate representation of color #49AD03: hue angle of 95.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49AD03 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 3 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.32 |
| HSL | 95.29º | 0.97% | 0.35% | - |
| HSV(B) | 95.29º | 0.98% | 0.68% | - |
| XYZ | 17.71 | 31.31 | 5.2 | - |
| YUV | 123.72 | 59.87 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 3 | 0.58 | 0 | 0.98 | 0.32 | 95.29 | 0.97 | 0.35 |
| Hex | 49 | AD | 3 | 3A | 0 | 62 | 20 | 5F | 61 | 23 |
| Octal | 111 | 255 | 3 | 72 | 0 | 142 | 40 | 137 | 141 | 43 |
| Binary | 1001001 | 10101101 | 11 | 111010 | 0 | 1100010 | 100000 | 1011111 | 1100001 | 100011 |
Color Harmonies of #49AD03
Complementary color
Monochromatic Colors of #49AD03
Black with #49AD03
Text Example
Text Example
White with #49AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD03; }
p { color: rgb(73,173,3); }
H1.HeaderClassName
{
color: #49AD03;
}
.AnyTagClassName
{
color: #49AD03;
}
</style>
background-color css
<style>
a { background-color: #49AD03; }
a { background-color: rgb(73,173,3); }
div.DivClassName
{
background-color: #49AD03;
}
.BgClassName
{
background-color: #49AD03;
}
</style>
border-color css
<style>
span { border-color: #49AD03; }
span { border-color: rgb(73,173,3); }
td.TdClassName
{
border-color: #49AD03;
}
.TagClassName
{
border-color: #49AD03;
}
</style>