Shades of Kelly Green #49C02A
Tints of Kelly Green #49C02A
RGB
CMYK
RGB Variations
Color information
#49C02A (or 0x49C02A) is known color: Kelly Green. HEX triplet: 49, C0 and 2A. RGB value is (73,192,42). Sum of RGB (Red+Green+Blue) = 73+192+42=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #49C02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C02A is #B63FD5. Grayscale: #8B8B8B. Windows color (decimal): -11943894 or 2801737. OLE color: 2801737.
HSL color Cylindrical-coordinate representation of color #49C02A: hue angle of 107.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49C02A is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 42 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.25 |
| HSL | 107.6º | 0.64% | 0.46% | - |
| HSV(B) | 107.6º | 0.78% | 0.75% | - |
| XYZ | 22.02 | 39.28 | 8.61 | - |
| YUV | 139.32 | 73.08 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 42 | 0.62 | 0 | 0.78 | 0.25 | 107.6 | 0.64 | 0.46 |
| Hex | 49 | C0 | 2A | 3E | 0 | 4E | 19 | 6C | 40 | 2E |
| Octal | 111 | 300 | 52 | 76 | 0 | 116 | 31 | 154 | 100 | 56 |
| Binary | 1001001 | 11000000 | 101010 | 111110 | 0 | 1001110 | 11001 | 1101100 | 1000000 | 101110 |
Color Harmonies of #49C02A
Complementary color
Monochromatic Colors of #49C02A
Black with #49C02A
Text Example
Text Example
White with #49C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C02A; }
p { color: rgb(73,192,42); }
H1.HeaderClassName
{
color: #49C02A;
}
.AnyTagClassName
{
color: #49C02A;
}
</style>
background-color css
<style>
a { background-color: #49C02A; }
a { background-color: rgb(73,192,42); }
div.DivClassName
{
background-color: #49C02A;
}
.BgClassName
{
background-color: #49C02A;
}
</style>
border-color css
<style>
span { border-color: #49C02A; }
span { border-color: rgb(73,192,42); }
td.TdClassName
{
border-color: #49C02A;
}
.TagClassName
{
border-color: #49C02A;
}
</style>