Shades of Kelly Green #49D715
Tints of Kelly Green #49D715
RGB
CMYK
RGB Variations
Color information
#49D715 (or 0x49D715) is known color: Kelly Green. HEX triplet: 49, D7 and 15. RGB value is (73,215,21). Sum of RGB (Red+Green+Blue) = 73+215+21=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #49D715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D715 is #B628EA. Grayscale: #979797. Windows color (decimal): -11938027 or 1431369. OLE color: 1431369.
HSL color Cylindrical-coordinate representation of color #49D715: hue angle of 103.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49D715 is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 215 | 21 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.16 |
| HSL | 103.92º | 0.82% | 0.46% | - |
| HSV(B) | 103.92º | 0.9% | 0.84% | - |
| XYZ | 27.18 | 50.07 | 8.94 | - |
| YUV | 150.43 | 54.96 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 215 | 21 | 0.66 | 0 | 0.90 | 0.16 | 103.92 | 0.82 | 0.46 |
| Hex | 49 | D7 | 15 | 42 | 0 | 5A | 10 | 68 | 52 | 2E |
| Octal | 111 | 327 | 25 | 102 | 0 | 132 | 20 | 150 | 122 | 56 |
| Binary | 1001001 | 11010111 | 10101 | 1000010 | 0 | 1011010 | 10000 | 1101000 | 1010010 | 101110 |
Color Harmonies of #49D715
Complementary color
Monochromatic Colors of #49D715
Black with #49D715
Text Example
Text Example
White with #49D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D715; }
p { color: rgb(73,215,21); }
H1.HeaderClassName
{
color: #49D715;
}
.AnyTagClassName
{
color: #49D715;
}
</style>
background-color css
<style>
a { background-color: #49D715; }
a { background-color: rgb(73,215,21); }
div.DivClassName
{
background-color: #49D715;
}
.BgClassName
{
background-color: #49D715;
}
</style>
border-color css
<style>
span { border-color: #49D715; }
span { border-color: rgb(73,215,21); }
td.TdClassName
{
border-color: #49D715;
}
.TagClassName
{
border-color: #49D715;
}
</style>