Shades of Kelly Green #49C320
Tints of Kelly Green #49C320
RGB
CMYK
RGB Variations
Color information
#49C320 (or 0x49C320) is known color: Kelly Green. HEX triplet: 49, C3 and 20. RGB value is (73,195,32). Sum of RGB (Red+Green+Blue) = 73+195+32=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 195 (76.56% from 255 or 65% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 195 - color contains mainly: green. Hex color #49C320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C320 is #B63CDF. Grayscale: #8C8C8C. Windows color (decimal): -11943136 or 2147145. OLE color: 2147145.
HSL color Cylindrical-coordinate representation of color #49C320: hue angle of 104.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49C320 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 195 | 32 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.24 |
| HSL | 104.91º | 0.72% | 0.45% | - |
| HSV(B) | 104.91º | 0.84% | 0.76% | - |
| XYZ | 22.52 | 40.55 | 8.01 | - |
| YUV | 139.94 | 67.08 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 195 | 32 | 0.63 | 0 | 0.84 | 0.24 | 104.91 | 0.72 | 0.45 |
| Hex | 49 | C3 | 20 | 3F | 0 | 54 | 18 | 69 | 48 | 2D |
| Octal | 111 | 303 | 40 | 77 | 0 | 124 | 30 | 151 | 110 | 55 |
| Binary | 1001001 | 11000011 | 100000 | 111111 | 0 | 1010100 | 11000 | 1101001 | 1001000 | 101101 |
Color Harmonies of #49C320
Complementary color
Monochromatic Colors of #49C320
Black with #49C320
Text Example
Text Example
White with #49C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C320; }
p { color: rgb(73,195,32); }
H1.HeaderClassName
{
color: #49C320;
}
.AnyTagClassName
{
color: #49C320;
}
</style>
background-color css
<style>
a { background-color: #49C320; }
a { background-color: rgb(73,195,32); }
div.DivClassName
{
background-color: #49C320;
}
.BgClassName
{
background-color: #49C320;
}
</style>
border-color css
<style>
span { border-color: #49C320; }
span { border-color: rgb(73,195,32); }
td.TdClassName
{
border-color: #49C320;
}
.TagClassName
{
border-color: #49C320;
}
</style>