Shades of Kelly Green #49C02C
Tints of Kelly Green #49C02C
RGB
CMYK
RGB Variations
Color information
#49C02C (or 0x49C02C) is known color: Kelly Green. HEX triplet: 49, C0 and 2C. RGB value is (73,192,44). Sum of RGB (Red+Green+Blue) = 73+192+44=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #49C02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C02C is #B63FD3. Grayscale: #8C8C8C. Windows color (decimal): -11943892 or 2932809. OLE color: 2932809.
HSL color Cylindrical-coordinate representation of color #49C02C: hue angle of 108.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49C02C is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 44 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.25 |
| HSL | 108.24º | 0.63% | 0.46% | - |
| HSV(B) | 108.24º | 0.77% | 0.75% | - |
| XYZ | 22.05 | 39.3 | 8.81 | - |
| YUV | 139.55 | 74.08 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 44 | 0.62 | 0 | 0.77 | 0.25 | 108.24 | 0.63 | 0.46 |
| Hex | 49 | C0 | 2C | 3E | 0 | 4D | 19 | 6C | 3F | 2E |
| Octal | 111 | 300 | 54 | 76 | 0 | 115 | 31 | 154 | 77 | 56 |
| Binary | 1001001 | 11000000 | 101100 | 111110 | 0 | 1001101 | 11001 | 1101100 | 111111 | 101110 |
Color Harmonies of #49C02C
Complementary color
Monochromatic Colors of #49C02C
Black with #49C02C
Text Example
Text Example
White with #49C02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C02C; }
p { color: rgb(73,192,44); }
H1.HeaderClassName
{
color: #49C02C;
}
.AnyTagClassName
{
color: #49C02C;
}
</style>
background-color css
<style>
a { background-color: #49C02C; }
a { background-color: rgb(73,192,44); }
div.DivClassName
{
background-color: #49C02C;
}
.BgClassName
{
background-color: #49C02C;
}
</style>
border-color css
<style>
span { border-color: #49C02C; }
span { border-color: rgb(73,192,44); }
td.TdClassName
{
border-color: #49C02C;
}
.TagClassName
{
border-color: #49C02C;
}
</style>