Shades of Kelly Green #49C022
Tints of Kelly Green #49C022
RGB
CMYK
RGB Variations
Color information
#49C022 (or 0x49C022) is known color: Kelly Green. HEX triplet: 49, C0 and 22. RGB value is (73,192,34). Sum of RGB (Red+Green+Blue) = 73+192+34=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #49C022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C022 is #B63FDD. Grayscale: #8A8A8A. Windows color (decimal): -11943902 or 2277449. OLE color: 2277449.
HSL color Cylindrical-coordinate representation of color #49C022: hue angle of 105.19º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49C022 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 34 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.25 |
| HSL | 105.19º | 0.7% | 0.44% | - |
| HSV(B) | 105.19º | 0.82% | 0.75% | - |
| XYZ | 21.89 | 39.23 | 7.93 | - |
| YUV | 138.41 | 69.08 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 34 | 0.62 | 0 | 0.82 | 0.25 | 105.19 | 0.7 | 0.44 |
| Hex | 49 | C0 | 22 | 3E | 0 | 52 | 19 | 69 | 46 | 2C |
| Octal | 111 | 300 | 42 | 76 | 0 | 122 | 31 | 151 | 106 | 54 |
| Binary | 1001001 | 11000000 | 100010 | 111110 | 0 | 1010010 | 11001 | 1101001 | 1000110 | 101100 |
Color Harmonies of #49C022
Complementary color
Monochromatic Colors of #49C022
Black with #49C022
Text Example
Text Example
White with #49C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C022; }
p { color: rgb(73,192,34); }
H1.HeaderClassName
{
color: #49C022;
}
.AnyTagClassName
{
color: #49C022;
}
</style>
background-color css
<style>
a { background-color: #49C022; }
a { background-color: rgb(73,192,34); }
div.DivClassName
{
background-color: #49C022;
}
.BgClassName
{
background-color: #49C022;
}
</style>
border-color css
<style>
span { border-color: #49C022; }
span { border-color: rgb(73,192,34); }
td.TdClassName
{
border-color: #49C022;
}
.TagClassName
{
border-color: #49C022;
}
</style>