Shades of Kelly Green #49AF20
Tints of Kelly Green #49AF20
RGB
CMYK
RGB Variations
Color information
#49AF20 (or 0x49AF20) is known color: Kelly Green. HEX triplet: 49, AF and 20. RGB value is (73,175,32). Sum of RGB (Red+Green+Blue) = 73+175+32=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF20 is #B650DF. Grayscale: #808080. Windows color (decimal): -11948256 or 2142025. OLE color: 2142025.
HSL color Cylindrical-coordinate representation of color #49AF20: hue angle of 102.8º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49AF20 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 32 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.31 |
| HSL | 102.8º | 0.69% | 0.41% | - |
| HSV(B) | 102.8º | 0.82% | 0.69% | - |
| XYZ | 18.34 | 32.18 | 6.61 | - |
| YUV | 128.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 32 | 0.58 | 0 | 0.82 | 0.31 | 102.8 | 0.69 | 0.41 |
| Hex | 49 | AF | 20 | 3A | 0 | 52 | 1F | 67 | 45 | 29 |
| Octal | 111 | 257 | 40 | 72 | 0 | 122 | 37 | 147 | 105 | 51 |
| Binary | 1001001 | 10101111 | 100000 | 111010 | 0 | 1010010 | 11111 | 1100111 | 1000101 | 101001 |
Color Harmonies of #49AF20
Complementary color
Monochromatic Colors of #49AF20
Black with #49AF20
Text Example
Text Example
White with #49AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF20; }
p { color: rgb(73,175,32); }
H1.HeaderClassName
{
color: #49AF20;
}
.AnyTagClassName
{
color: #49AF20;
}
</style>
background-color css
<style>
a { background-color: #49AF20; }
a { background-color: rgb(73,175,32); }
div.DivClassName
{
background-color: #49AF20;
}
.BgClassName
{
background-color: #49AF20;
}
</style>
border-color css
<style>
span { border-color: #49AF20; }
span { border-color: rgb(73,175,32); }
td.TdClassName
{
border-color: #49AF20;
}
.TagClassName
{
border-color: #49AF20;
}
</style>