Shades of Kelly Green #49CA15
Tints of Kelly Green #49CA15
RGB
CMYK
RGB Variations
Color information
#49CA15 (or 0x49CA15) is known color: Kelly Green. HEX triplet: 49, CA and 15. RGB value is (73,202,21). Sum of RGB (Red+Green+Blue) = 73+202+21=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 202 (79.30% from 255 or 68.24% from 296); Blue value is 21 (8.59% from 255 or 7.09% from 296); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CA15 is #B635EA. Grayscale: #8F8F8F. Windows color (decimal): -11941355 or 1428041. OLE color: 1428041.
HSL color Cylindrical-coordinate representation of color #49CA15: hue angle of 102.76º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49CA15 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 21 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.21 |
| HSL | 102.76º | 0.81% | 0.44% | - |
| HSV(B) | 102.76º | 0.9% | 0.79% | - |
| XYZ | 24 | 43.71 | 7.88 | - |
| YUV | 142.8 | 59.26 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 21 | 0.64 | 0 | 0.90 | 0.21 | 102.76 | 0.81 | 0.44 |
| Hex | 49 | CA | 15 | 40 | 0 | 5A | 15 | 67 | 51 | 2C |
| Octal | 111 | 312 | 25 | 100 | 0 | 132 | 25 | 147 | 121 | 54 |
| Binary | 1001001 | 11001010 | 10101 | 1000000 | 0 | 1011010 | 10101 | 1100111 | 1010001 | 101100 |
Color Harmonies of #49CA15
Complementary color
Monochromatic Colors of #49CA15
Black with #49CA15
Text Example
Text Example
White with #49CA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA15; }
p { color: rgb(73,202,21); }
H1.HeaderClassName
{
color: #49CA15;
}
.AnyTagClassName
{
color: #49CA15;
}
</style>
background-color css
<style>
a { background-color: #49CA15; }
a { background-color: rgb(73,202,21); }
div.DivClassName
{
background-color: #49CA15;
}
.BgClassName
{
background-color: #49CA15;
}
</style>
border-color css
<style>
span { border-color: #49CA15; }
span { border-color: rgb(73,202,21); }
td.TdClassName
{
border-color: #49CA15;
}
.TagClassName
{
border-color: #49CA15;
}
</style>