Shades of Kelly Green #49C620
Tints of Kelly Green #49C620
RGB
CMYK
RGB Variations
Color information
#49C620 (or 0x49C620) is known color: Kelly Green. HEX triplet: 49, C6 and 20. RGB value is (73,198,32). Sum of RGB (Red+Green+Blue) = 73+198+32=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 198 (77.73% from 255 or 65.35% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 198 - color contains mainly: green. Hex color #49C620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C620 is #B639DF. Grayscale: #8E8E8E. Windows color (decimal): -11942368 or 2147913. OLE color: 2147913.
HSL color Cylindrical-coordinate representation of color #49C620: hue angle of 105.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49C620 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 198 | 32 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.22 |
| HSL | 105.18º | 0.72% | 0.45% | - |
| HSV(B) | 105.18º | 0.84% | 0.78% | - |
| XYZ | 23.2 | 41.91 | 8.23 | - |
| YUV | 141.7 | 66.09 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 198 | 32 | 0.63 | 0 | 0.84 | 0.22 | 105.18 | 0.72 | 0.45 |
| Hex | 49 | C6 | 20 | 3F | 0 | 54 | 16 | 69 | 48 | 2D |
| Octal | 111 | 306 | 40 | 77 | 0 | 124 | 26 | 151 | 110 | 55 |
| Binary | 1001001 | 11000110 | 100000 | 111111 | 0 | 1010100 | 10110 | 1101001 | 1001000 | 101101 |
Color Harmonies of #49C620
Complementary color
Monochromatic Colors of #49C620
Black with #49C620
Text Example
Text Example
White with #49C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C620; }
p { color: rgb(73,198,32); }
H1.HeaderClassName
{
color: #49C620;
}
.AnyTagClassName
{
color: #49C620;
}
</style>
background-color css
<style>
a { background-color: #49C620; }
a { background-color: rgb(73,198,32); }
div.DivClassName
{
background-color: #49C620;
}
.BgClassName
{
background-color: #49C620;
}
</style>
border-color css
<style>
span { border-color: #49C620; }
span { border-color: rgb(73,198,32); }
td.TdClassName
{
border-color: #49C620;
}
.TagClassName
{
border-color: #49C620;
}
</style>