Shades of Kelly Green #49C02D
Tints of Kelly Green #49C02D
RGB
CMYK
RGB Variations
Color information
#49C02D (or 0x49C02D) is known color: Kelly Green. HEX triplet: 49, C0 and 2D. RGB value is (73,192,45). Sum of RGB (Red+Green+Blue) = 73+192+45=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #49C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C02D is #B63FD2. Grayscale: #8C8C8C. Windows color (decimal): -11943891 or 2998345. OLE color: 2998345.
HSL color Cylindrical-coordinate representation of color #49C02D: hue angle of 108.57º degrees, saturation: 0.62, 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 #49C02D is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 45 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.25 |
| HSL | 108.57º | 0.62% | 0.46% | - |
| HSV(B) | 108.57º | 0.77% | 0.75% | - |
| XYZ | 22.07 | 39.31 | 8.91 | - |
| YUV | 139.66 | 74.58 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 45 | 0.62 | 0 | 0.77 | 0.25 | 108.57 | 0.62 | 0.46 |
| Hex | 49 | C0 | 2D | 3E | 0 | 4D | 19 | 6D | 3E | 2E |
| Octal | 111 | 300 | 55 | 76 | 0 | 115 | 31 | 155 | 76 | 56 |
| Binary | 1001001 | 11000000 | 101101 | 111110 | 0 | 1001101 | 11001 | 1101101 | 111110 | 101110 |
Color Harmonies of #49C02D
Complementary color
Monochromatic Colors of #49C02D
Black with #49C02D
Text Example
Text Example
White with #49C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C02D; }
p { color: rgb(73,192,45); }
H1.HeaderClassName
{
color: #49C02D;
}
.AnyTagClassName
{
color: #49C02D;
}
</style>
background-color css
<style>
a { background-color: #49C02D; }
a { background-color: rgb(73,192,45); }
div.DivClassName
{
background-color: #49C02D;
}
.BgClassName
{
background-color: #49C02D;
}
</style>
border-color css
<style>
span { border-color: #49C02D; }
span { border-color: rgb(73,192,45); }
td.TdClassName
{
border-color: #49C02D;
}
.TagClassName
{
border-color: #49C02D;
}
</style>