Shades of Kelly Green #49CA09
Tints of Kelly Green #49CA09
RGB
CMYK
RGB Variations
Color information
#49CA09 (or 0x49CA09) is known color: Kelly Green. HEX triplet: 49, CA and 09. RGB value is (73,202,9). Sum of RGB (Red+Green+Blue) = 73+202+9=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 202 (79.30% from 255 or 71.13% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49CA09 is #B635F6. Grayscale: #8E8E8E. Windows color (decimal): -11941367 or 641609. OLE color: 641609.
HSL color Cylindrical-coordinate representation of color #49CA09: hue angle of 100.1º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49CA09 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 9 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.21 |
| HSL | 100.1º | 0.91% | 0.41% | - |
| HSV(B) | 100.1º | 0.96% | 0.79% | - |
| XYZ | 23.92 | 43.68 | 7.43 | - |
| YUV | 141.43 | 53.26 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 9 | 0.64 | 0 | 0.96 | 0.21 | 100.1 | 0.91 | 0.41 |
| Hex | 49 | CA | 9 | 40 | 0 | 60 | 15 | 64 | 5B | 29 |
| Octal | 111 | 312 | 11 | 100 | 0 | 140 | 25 | 144 | 133 | 51 |
| Binary | 1001001 | 11001010 | 1001 | 1000000 | 0 | 1100000 | 10101 | 1100100 | 1011011 | 101001 |
Color Harmonies of #49CA09
Complementary color
Monochromatic Colors of #49CA09
Black with #49CA09
Text Example
Text Example
White with #49CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA09; }
p { color: rgb(73,202,9); }
H1.HeaderClassName
{
color: #49CA09;
}
.AnyTagClassName
{
color: #49CA09;
}
</style>
background-color css
<style>
a { background-color: #49CA09; }
a { background-color: rgb(73,202,9); }
div.DivClassName
{
background-color: #49CA09;
}
.BgClassName
{
background-color: #49CA09;
}
</style>
border-color css
<style>
span { border-color: #49CA09; }
span { border-color: rgb(73,202,9); }
td.TdClassName
{
border-color: #49CA09;
}
.TagClassName
{
border-color: #49CA09;
}
</style>