Shades of Kelly Green #49DD14
Tints of Kelly Green #49DD14
RGB
CMYK
RGB Variations
Color information
#49DD14 (or 0x49DD14) is known color: Kelly Green. HEX triplet: 49, DD and 14. RGB value is (73,221,20). Sum of RGB (Red+Green+Blue) = 73+221+20=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 20 (8.20% from 255 or 6.37% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #49DD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DD14 is #B622EB. Grayscale: #9A9A9A. Windows color (decimal): -11936492 or 1367369. OLE color: 1367369.
HSL color Cylindrical-coordinate representation of color #49DD14: hue angle of 104.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49DD14 is Cyan = 0.67, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 221 | 20 | - |
| CMYK | 0.67 | 0 | 0.91 | 0.13 |
| HSL | 104.18º | 0.83% | 0.47% | - |
| HSV(B) | 104.18º | 0.91% | 0.87% | - |
| XYZ | 28.73 | 53.18 | 9.41 | - |
| YUV | 153.83 | 52.47 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 221 | 20 | 0.67 | 0 | 0.91 | 0.13 | 104.18 | 0.83 | 0.47 |
| Hex | 49 | DD | 14 | 43 | 0 | 5B | D | 68 | 53 | 2F |
| Octal | 111 | 335 | 24 | 103 | 0 | 133 | 15 | 150 | 123 | 57 |
| Binary | 1001001 | 11011101 | 10100 | 1000011 | 0 | 1011011 | 1101 | 1101000 | 1010011 | 101111 |
Color Harmonies of #49DD14
Complementary color
Monochromatic Colors of #49DD14
Black with #49DD14
Text Example
Text Example
White with #49DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DD14; }
p { color: rgb(73,221,20); }
H1.HeaderClassName
{
color: #49DD14;
}
.AnyTagClassName
{
color: #49DD14;
}
</style>
background-color css
<style>
a { background-color: #49DD14; }
a { background-color: rgb(73,221,20); }
div.DivClassName
{
background-color: #49DD14;
}
.BgClassName
{
background-color: #49DD14;
}
</style>
border-color css
<style>
span { border-color: #49DD14; }
span { border-color: rgb(73,221,20); }
td.TdClassName
{
border-color: #49DD14;
}
.TagClassName
{
border-color: #49DD14;
}
</style>