Shades of Kelly Green #49C820
Tints of Kelly Green #49C820
RGB
CMYK
RGB Variations
Color information
#49C820 (or 0x49C820) is known color: Kelly Green. HEX triplet: 49, C8 and 20. RGB value is (73,200,32). Sum of RGB (Red+Green+Blue) = 73+200+32=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #49C820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C820 is #B637DF. Grayscale: #8F8F8F. Windows color (decimal): -11941856 or 2148425. OLE color: 2148425.
HSL color Cylindrical-coordinate representation of color #49C820: hue angle of 105.36º 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 #49C820 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 73 | 200 | 32 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.22 |
| HSL | 105.36º | 0.72% | 0.45% | - |
| HSV(B) | 105.36º | 0.84% | 0.78% | - |
| XYZ | 23.66 | 42.83 | 8.39 | - |
| YUV | 142.88 | 65.42 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 200 | 32 | 0.64 | 0 | 0.84 | 0.22 | 105.36 | 0.72 | 0.45 |
| Hex | 49 | C8 | 20 | 40 | 0 | 54 | 16 | 69 | 48 | 2D |
| Octal | 111 | 310 | 40 | 100 | 0 | 124 | 26 | 151 | 110 | 55 |
| Binary | 1001001 | 11001000 | 100000 | 1000000 | 0 | 1010100 | 10110 | 1101001 | 1001000 | 101101 |
Color Harmonies of #49C820
Complementary color
Monochromatic Colors of #49C820
Black with #49C820
Text Example
Text Example
White with #49C820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C820; }
p { color: rgb(73,200,32); }
H1.HeaderClassName
{
color: #49C820;
}
.AnyTagClassName
{
color: #49C820;
}
</style>
background-color css
<style>
a { background-color: #49C820; }
a { background-color: rgb(73,200,32); }
div.DivClassName
{
background-color: #49C820;
}
.BgClassName
{
background-color: #49C820;
}
</style>
border-color css
<style>
span { border-color: #49C820; }
span { border-color: rgb(73,200,32); }
td.TdClassName
{
border-color: #49C820;
}
.TagClassName
{
border-color: #49C820;
}
</style>