Shades of Kelly Green #49A825
Tints of Kelly Green #49A825
RGB
CMYK
RGB Variations
Color information
#49A825 (or 0x49A825) is known color: Kelly Green. HEX triplet: 49, A8 and 25. RGB value is (73,168,37). Sum of RGB (Red+Green+Blue) = 73+168+37=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 168 (66.02% from 255 or 60.43% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 168 - color contains mainly: green. Hex color #49A825 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A825 is #B657DA. Grayscale: #7D7D7D. Windows color (decimal): -11950043 or 2467913. OLE color: 2467913.
HSL color Cylindrical-coordinate representation of color #49A825: hue angle of 103.51º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49A825 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 168 | 37 | - |
| CMYK | 0.57 | 0 | 0.78 | 0.34 |
| HSL | 103.51º | 0.64% | 0.4% | - |
| HSV(B) | 103.51º | 0.78% | 0.66% | - |
| XYZ | 17.08 | 29.56 | 6.55 | - |
| YUV | 124.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 37 | 0.57 | 0 | 0.78 | 0.34 | 103.51 | 0.64 | 0.4 |
| Hex | 49 | A8 | 25 | 39 | 0 | 4E | 22 | 68 | 40 | 28 |
| Octal | 111 | 250 | 45 | 71 | 0 | 116 | 42 | 150 | 100 | 50 |
| Binary | 1001001 | 10101000 | 100101 | 111001 | 0 | 1001110 | 100010 | 1101000 | 1000000 | 101000 |
Color Harmonies of #49A825
Complementary color
Monochromatic Colors of #49A825
Black with #49A825
Text Example
Text Example
White with #49A825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A825; }
p { color: rgb(73,168,37); }
H1.HeaderClassName
{
color: #49A825;
}
.AnyTagClassName
{
color: #49A825;
}
</style>
background-color css
<style>
a { background-color: #49A825; }
a { background-color: rgb(73,168,37); }
div.DivClassName
{
background-color: #49A825;
}
.BgClassName
{
background-color: #49A825;
}
</style>
border-color css
<style>
span { border-color: #49A825; }
span { border-color: rgb(73,168,37); }
td.TdClassName
{
border-color: #49A825;
}
.TagClassName
{
border-color: #49A825;
}
</style>