Shades of Kelly Green #49D818
Tints of Kelly Green #49D818
RGB
CMYK
RGB Variations
Color information
#49D818 (or 0x49D818) is known color: Kelly Green. HEX triplet: 49, D8 and 18. RGB value is (73,216,24). Sum of RGB (Red+Green+Blue) = 73+216+24=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 216 (84.77% from 255 or 69.01% from 313); Blue value is 24 (9.77% from 255 or 7.67% from 313); Max value from RGB is 216 - color contains mainly: green. Hex color #49D818 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D818 is #B627E7. Grayscale: #979797. Windows color (decimal): -11937768 or 1628233. OLE color: 1628233.
HSL color Cylindrical-coordinate representation of color #49D818: hue angle of 104.69º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49D818 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 216 | 24 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.15 |
| HSL | 104.69º | 0.8% | 0.47% | - |
| HSV(B) | 104.69º | 0.89% | 0.85% | - |
| XYZ | 27.47 | 50.59 | 9.18 | - |
| YUV | 151.36 | 56.12 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 216 | 24 | 0.66 | 0 | 0.89 | 0.15 | 104.69 | 0.8 | 0.47 |
| Hex | 49 | D8 | 18 | 42 | 0 | 59 | F | 69 | 50 | 2F |
| Octal | 111 | 330 | 30 | 102 | 0 | 131 | 17 | 151 | 120 | 57 |
| Binary | 1001001 | 11011000 | 11000 | 1000010 | 0 | 1011001 | 1111 | 1101001 | 1010000 | 101111 |
Color Harmonies of #49D818
Complementary color
Monochromatic Colors of #49D818
Black with #49D818
Text Example
Text Example
White with #49D818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D818; }
p { color: rgb(73,216,24); }
H1.HeaderClassName
{
color: #49D818;
}
.AnyTagClassName
{
color: #49D818;
}
</style>
background-color css
<style>
a { background-color: #49D818; }
a { background-color: rgb(73,216,24); }
div.DivClassName
{
background-color: #49D818;
}
.BgClassName
{
background-color: #49D818;
}
</style>
border-color css
<style>
span { border-color: #49D818; }
span { border-color: rgb(73,216,24); }
td.TdClassName
{
border-color: #49D818;
}
.TagClassName
{
border-color: #49D818;
}
</style>