Shades of Kelly Green #49DA16
Tints of Kelly Green #49DA16
RGB
CMYK
RGB Variations
Color information
#49DA16 (or 0x49DA16) is known color: Kelly Green. HEX triplet: 49, DA and 16. RGB value is (73,218,22). Sum of RGB (Red+Green+Blue) = 73+218+22=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 218 (85.55% from 255 or 69.65% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DA16 is #B625E9. Grayscale: #989898. Windows color (decimal): -11937258 or 1497673. OLE color: 1497673.
HSL color Cylindrical-coordinate representation of color #49DA16: hue angle of 104.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49DA16 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 22 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.15 |
| HSL | 104.39º | 0.82% | 0.47% | - |
| HSV(B) | 104.39º | 0.9% | 0.85% | - |
| XYZ | 27.96 | 51.62 | 9.25 | - |
| YUV | 152.3 | 54.46 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 22 | 0.67 | 0 | 0.90 | 0.15 | 104.39 | 0.82 | 0.47 |
| Hex | 49 | DA | 16 | 43 | 0 | 5A | F | 68 | 52 | 2F |
| Octal | 111 | 332 | 26 | 103 | 0 | 132 | 17 | 150 | 122 | 57 |
| Binary | 1001001 | 11011010 | 10110 | 1000011 | 0 | 1011010 | 1111 | 1101000 | 1010010 | 101111 |
Color Harmonies of #49DA16
Complementary color
Monochromatic Colors of #49DA16
Black with #49DA16
Text Example
Text Example
White with #49DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA16; }
p { color: rgb(73,218,22); }
H1.HeaderClassName
{
color: #49DA16;
}
.AnyTagClassName
{
color: #49DA16;
}
</style>
background-color css
<style>
a { background-color: #49DA16; }
a { background-color: rgb(73,218,22); }
div.DivClassName
{
background-color: #49DA16;
}
.BgClassName
{
background-color: #49DA16;
}
</style>
border-color css
<style>
span { border-color: #49DA16; }
span { border-color: rgb(73,218,22); }
td.TdClassName
{
border-color: #49DA16;
}
.TagClassName
{
border-color: #49DA16;
}
</style>