Shades of Kelly Green #49AF10
Tints of Kelly Green #49AF10
RGB
CMYK
RGB Variations
Color information
#49AF10 (or 0x49AF10) is known color: Kelly Green. HEX triplet: 49, AF and 10. RGB value is (73,175,16). Sum of RGB (Red+Green+Blue) = 73+175+16=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AF10 is #B650EF. Grayscale: #7E7E7E. Windows color (decimal): -11948272 or 1093449. OLE color: 1093449.
HSL color Cylindrical-coordinate representation of color #49AF10: hue angle of 98.49º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49AF10 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 16 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.31 |
| HSL | 98.49º | 0.83% | 0.37% | - |
| HSV(B) | 98.49º | 0.91% | 0.69% | - |
| XYZ | 18.17 | 32.11 | 5.73 | - |
| YUV | 126.38 | 65.71 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 16 | 0.58 | 0 | 0.91 | 0.31 | 98.49 | 0.83 | 0.37 |
| Hex | 49 | AF | 10 | 3A | 0 | 5B | 1F | 62 | 53 | 25 |
| Octal | 111 | 257 | 20 | 72 | 0 | 133 | 37 | 142 | 123 | 45 |
| Binary | 1001001 | 10101111 | 10000 | 111010 | 0 | 1011011 | 11111 | 1100010 | 1010011 | 100101 |
Color Harmonies of #49AF10
Complementary color
Monochromatic Colors of #49AF10
Black with #49AF10
Text Example
Text Example
White with #49AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF10; }
p { color: rgb(73,175,16); }
H1.HeaderClassName
{
color: #49AF10;
}
.AnyTagClassName
{
color: #49AF10;
}
</style>
background-color css
<style>
a { background-color: #49AF10; }
a { background-color: rgb(73,175,16); }
div.DivClassName
{
background-color: #49AF10;
}
.BgClassName
{
background-color: #49AF10;
}
</style>
border-color css
<style>
span { border-color: #49AF10; }
span { border-color: rgb(73,175,16); }
td.TdClassName
{
border-color: #49AF10;
}
.TagClassName
{
border-color: #49AF10;
}
</style>