Shades of Kelly Green #49CA03
Tints of Kelly Green #49CA03
RGB
CMYK
RGB Variations
Color information
#49CA03 (or 0x49CA03) is known color: Kelly Green. HEX triplet: 49, CA and 03. RGB value is (73,202,3). Sum of RGB (Red+Green+Blue) = 73+202+3=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CA03 is #B635FC. Grayscale: #8D8D8D. Windows color (decimal): -11941373 or 248393. OLE color: 248393.
HSL color Cylindrical-coordinate representation of color #49CA03: hue angle of 98.89º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49CA03 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 3 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.21 |
| HSL | 98.89º | 0.97% | 0.4% | - |
| HSV(B) | 98.89º | 0.99% | 0.79% | - |
| XYZ | 23.88 | 43.66 | 7.26 | - |
| YUV | 140.74 | 50.26 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 3 | 0.64 | 0 | 0.99 | 0.21 | 98.89 | 0.97 | 0.4 |
| Hex | 49 | CA | 3 | 40 | 0 | 63 | 15 | 63 | 61 | 28 |
| Octal | 111 | 312 | 3 | 100 | 0 | 143 | 25 | 143 | 141 | 50 |
| Binary | 1001001 | 11001010 | 11 | 1000000 | 0 | 1100011 | 10101 | 1100011 | 1100001 | 101000 |
Color Harmonies of #49CA03
Complementary color
Monochromatic Colors of #49CA03
Black with #49CA03
Text Example
Text Example
White with #49CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA03; }
p { color: rgb(73,202,3); }
H1.HeaderClassName
{
color: #49CA03;
}
.AnyTagClassName
{
color: #49CA03;
}
</style>
background-color css
<style>
a { background-color: #49CA03; }
a { background-color: rgb(73,202,3); }
div.DivClassName
{
background-color: #49CA03;
}
.BgClassName
{
background-color: #49CA03;
}
</style>
border-color css
<style>
span { border-color: #49CA03; }
span { border-color: rgb(73,202,3); }
td.TdClassName
{
border-color: #49CA03;
}
.TagClassName
{
border-color: #49CA03;
}
</style>