Shades of Kelly Green #49DC16
Tints of Kelly Green #49DC16
RGB
CMYK
RGB Variations
Color information
#49DC16 (or 0x49DC16) is known color: Kelly Green. HEX triplet: 49, DC and 16. RGB value is (73,220,22). Sum of RGB (Red+Green+Blue) = 73+220+22=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DC16 is #B623E9. Grayscale: #9A9A9A. Windows color (decimal): -11936746 or 1498185. OLE color: 1498185.
HSL color Cylindrical-coordinate representation of color #49DC16: hue angle of 104.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49DC16 is Cyan = 0.67, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 22 | - |
| CMYK | 0.67 | 0 | 0.9 | 0.14 |
| HSL | 104.55º | 0.82% | 0.47% | - |
| HSV(B) | 104.55º | 0.9% | 0.86% | - |
| XYZ | 28.49 | 52.66 | 9.42 | - |
| YUV | 153.48 | 53.8 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 22 | 0.67 | 0 | 0.9 | 0.14 | 104.55 | 0.82 | 0.47 |
| Hex | 49 | DC | 16 | 43 | 0 | 5A | E | 69 | 52 | 2F |
| Octal | 111 | 334 | 26 | 103 | 0 | 132 | 16 | 151 | 122 | 57 |
| Binary | 1001001 | 11011100 | 10110 | 1000011 | 0 | 1011010 | 1110 | 1101001 | 1010010 | 101111 |
Color Harmonies of #49DC16
Complementary color
Monochromatic Colors of #49DC16
Black with #49DC16
Text Example
Text Example
White with #49DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC16; }
p { color: rgb(73,220,22); }
H1.HeaderClassName
{
color: #49DC16;
}
.AnyTagClassName
{
color: #49DC16;
}
</style>
background-color css
<style>
a { background-color: #49DC16; }
a { background-color: rgb(73,220,22); }
div.DivClassName
{
background-color: #49DC16;
}
.BgClassName
{
background-color: #49DC16;
}
</style>
border-color css
<style>
span { border-color: #49DC16; }
span { border-color: rgb(73,220,22); }
td.TdClassName
{
border-color: #49DC16;
}
.TagClassName
{
border-color: #49DC16;
}
</style>