Shades of Kelly Green #49CA13
Tints of Kelly Green #49CA13
RGB
CMYK
RGB Variations
Color information
#49CA13 (or 0x49CA13) is known color: Kelly Green. HEX triplet: 49, CA and 13. RGB value is (73,202,19). Sum of RGB (Red+Green+Blue) = 73+202+19=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CA13 is #B635EC. Grayscale: #8F8F8F. Windows color (decimal): -11941357 or 1296969. OLE color: 1296969.
HSL color Cylindrical-coordinate representation of color #49CA13: hue angle of 102.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #49CA13 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 19 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.21 |
| HSL | 102.3º | 0.83% | 0.43% | - |
| HSV(B) | 102.3º | 0.91% | 0.79% | - |
| XYZ | 23.99 | 43.7 | 7.79 | - |
| YUV | 142.57 | 58.26 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 19 | 0.64 | 0 | 0.91 | 0.21 | 102.3 | 0.83 | 0.43 |
| Hex | 49 | CA | 13 | 40 | 0 | 5B | 15 | 66 | 53 | 2B |
| Octal | 111 | 312 | 23 | 100 | 0 | 133 | 25 | 146 | 123 | 53 |
| Binary | 1001001 | 11001010 | 10011 | 1000000 | 0 | 1011011 | 10101 | 1100110 | 1010011 | 101011 |
Color Harmonies of #49CA13
Complementary color
Monochromatic Colors of #49CA13
Black with #49CA13
Text Example
Text Example
White with #49CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA13; }
p { color: rgb(73,202,19); }
H1.HeaderClassName
{
color: #49CA13;
}
.AnyTagClassName
{
color: #49CA13;
}
</style>
background-color css
<style>
a { background-color: #49CA13; }
a { background-color: rgb(73,202,19); }
div.DivClassName
{
background-color: #49CA13;
}
.BgClassName
{
background-color: #49CA13;
}
</style>
border-color css
<style>
span { border-color: #49CA13; }
span { border-color: rgb(73,202,19); }
td.TdClassName
{
border-color: #49CA13;
}
.TagClassName
{
border-color: #49CA13;
}
</style>