Shades of Kelly Green #49D90E
Tints of Kelly Green #49D90E
RGB
CMYK
RGB Variations
Color information
#49D90E (or 0x49D90E) is known color: Kelly Green. HEX triplet: 49, D9 and 0E. RGB value is (73,217,14). Sum of RGB (Red+Green+Blue) = 73+217+14=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #49D90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D90E is #B626F1. Grayscale: #979797. Windows color (decimal): -11937522 or 973129. OLE color: 973129.
HSL color Cylindrical-coordinate representation of color #49D90E: hue angle of 102.56º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49D90E is Cyan = 0.66, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 217 | 14 | - |
| CMYK | 0.66 | 0 | 0.94 | 0.15 |
| HSL | 102.56º | 0.88% | 0.45% | - |
| HSV(B) | 102.56º | 0.94% | 0.85% | - |
| XYZ | 27.64 | 51.07 | 8.82 | - |
| YUV | 150.8 | 50.79 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 217 | 14 | 0.66 | 0 | 0.94 | 0.15 | 102.56 | 0.88 | 0.45 |
| Hex | 49 | D9 | E | 42 | 0 | 5E | F | 67 | 58 | 2D |
| Octal | 111 | 331 | 16 | 102 | 0 | 136 | 17 | 147 | 130 | 55 |
| Binary | 1001001 | 11011001 | 1110 | 1000010 | 0 | 1011110 | 1111 | 1100111 | 1011000 | 101101 |
Color Harmonies of #49D90E
Complementary color
Monochromatic Colors of #49D90E
Black with #49D90E
Text Example
Text Example
White with #49D90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D90E; }
p { color: rgb(73,217,14); }
H1.HeaderClassName
{
color: #49D90E;
}
.AnyTagClassName
{
color: #49D90E;
}
</style>
background-color css
<style>
a { background-color: #49D90E; }
a { background-color: rgb(73,217,14); }
div.DivClassName
{
background-color: #49D90E;
}
.BgClassName
{
background-color: #49D90E;
}
</style>
border-color css
<style>
span { border-color: #49D90E; }
span { border-color: rgb(73,217,14); }
td.TdClassName
{
border-color: #49D90E;
}
.TagClassName
{
border-color: #49D90E;
}
</style>