Shades of Kelly Green #49D112
Tints of Kelly Green #49D112
RGB
CMYK
RGB Variations
Color information
#49D112 (or 0x49D112) is known color: Kelly Green. HEX triplet: 49, D1 and 12. RGB value is (73,209,18). Sum of RGB (Red+Green+Blue) = 73+209+18=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 209 (82.03% from 255 or 69.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 209 - color contains mainly: green. Hex color #49D112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D112 is #B62EED. Grayscale: #939393. Windows color (decimal): -11939566 or 1233225. OLE color: 1233225.
HSL color Cylindrical-coordinate representation of color #49D112: hue angle of 102.72º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49D112 is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 209 | 18 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.18 |
| HSL | 102.72º | 0.84% | 0.45% | - |
| HSV(B) | 102.72º | 0.91% | 0.82% | - |
| XYZ | 25.66 | 47.06 | 8.3 | - |
| YUV | 146.56 | 55.44 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 209 | 18 | 0.65 | 0 | 0.91 | 0.18 | 102.72 | 0.84 | 0.45 |
| Hex | 49 | D1 | 12 | 41 | 0 | 5B | 12 | 67 | 54 | 2D |
| Octal | 111 | 321 | 22 | 101 | 0 | 133 | 22 | 147 | 124 | 55 |
| Binary | 1001001 | 11010001 | 10010 | 1000001 | 0 | 1011011 | 10010 | 1100111 | 1010100 | 101101 |
Color Harmonies of #49D112
Complementary color
Monochromatic Colors of #49D112
Black with #49D112
Text Example
Text Example
White with #49D112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D112; }
p { color: rgb(73,209,18); }
H1.HeaderClassName
{
color: #49D112;
}
.AnyTagClassName
{
color: #49D112;
}
</style>
background-color css
<style>
a { background-color: #49D112; }
a { background-color: rgb(73,209,18); }
div.DivClassName
{
background-color: #49D112;
}
.BgClassName
{
background-color: #49D112;
}
</style>
border-color css
<style>
span { border-color: #49D112; }
span { border-color: rgb(73,209,18); }
td.TdClassName
{
border-color: #49D112;
}
.TagClassName
{
border-color: #49D112;
}
</style>