Shades of Kelly Green #49AF11
Tints of Kelly Green #49AF11
RGB
CMYK
RGB Variations
Color information
#49AF11 (or 0x49AF11) is known color: Kelly Green. HEX triplet: 49, AF and 11. RGB value is (73,175,17). Sum of RGB (Red+Green+Blue) = 73+175+17=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 175 (68.75% from 255 or 66.04% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AF11 is #B650EE. Grayscale: #7F7F7F. Windows color (decimal): -11948271 or 1158985. OLE color: 1158985.
HSL color Cylindrical-coordinate representation of color #49AF11: hue angle of 98.73º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49AF11 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 17 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.31 |
| HSL | 98.73º | 0.82% | 0.38% | - |
| HSV(B) | 98.73º | 0.9% | 0.69% | - |
| XYZ | 18.18 | 32.12 | 5.77 | - |
| YUV | 126.49 | 66.21 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 17 | 0.58 | 0 | 0.90 | 0.31 | 98.73 | 0.82 | 0.38 |
| Hex | 49 | AF | 11 | 3A | 0 | 5A | 1F | 63 | 52 | 26 |
| Octal | 111 | 257 | 21 | 72 | 0 | 132 | 37 | 143 | 122 | 46 |
| Binary | 1001001 | 10101111 | 10001 | 111010 | 0 | 1011010 | 11111 | 1100011 | 1010010 | 100110 |
Color Harmonies of #49AF11
Complementary color
Monochromatic Colors of #49AF11
Black with #49AF11
Text Example
Text Example
White with #49AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF11; }
p { color: rgb(73,175,17); }
H1.HeaderClassName
{
color: #49AF11;
}
.AnyTagClassName
{
color: #49AF11;
}
</style>
background-color css
<style>
a { background-color: #49AF11; }
a { background-color: rgb(73,175,17); }
div.DivClassName
{
background-color: #49AF11;
}
.BgClassName
{
background-color: #49AF11;
}
</style>
border-color css
<style>
span { border-color: #49AF11; }
span { border-color: rgb(73,175,17); }
td.TdClassName
{
border-color: #49AF11;
}
.TagClassName
{
border-color: #49AF11;
}
</style>