Shades of Kelly Green #49C02B
Tints of Kelly Green #49C02B
RGB
CMYK
RGB Variations
Color information
#49C02B (or 0x49C02B) is known color: Kelly Green. HEX triplet: 49, C0 and 2B. RGB value is (73,192,43). Sum of RGB (Red+Green+Blue) = 73+192+43=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 192 (75.39% from 255 or 62.34% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 192 - color contains mainly: green. Hex color #49C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C02B is #B63FD4. Grayscale: #8B8B8B. Windows color (decimal): -11943893 or 2867273. OLE color: 2867273.
HSL color Cylindrical-coordinate representation of color #49C02B: hue angle of 107.92º degrees, saturation: 0.63, 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 #49C02B is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 43 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.25 |
| HSL | 107.92º | 0.63% | 0.46% | - |
| HSV(B) | 107.92º | 0.78% | 0.75% | - |
| XYZ | 22.03 | 39.29 | 8.71 | - |
| YUV | 139.43 | 73.58 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 43 | 0.62 | 0 | 0.78 | 0.25 | 107.92 | 0.63 | 0.46 |
| Hex | 49 | C0 | 2B | 3E | 0 | 4E | 19 | 6C | 3F | 2E |
| Octal | 111 | 300 | 53 | 76 | 0 | 116 | 31 | 154 | 77 | 56 |
| Binary | 1001001 | 11000000 | 101011 | 111110 | 0 | 1001110 | 11001 | 1101100 | 111111 | 101110 |
Color Harmonies of #49C02B
Complementary color
Monochromatic Colors of #49C02B
Black with #49C02B
Text Example
Text Example
White with #49C02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C02B; }
p { color: rgb(73,192,43); }
H1.HeaderClassName
{
color: #49C02B;
}
.AnyTagClassName
{
color: #49C02B;
}
</style>
background-color css
<style>
a { background-color: #49C02B; }
a { background-color: rgb(73,192,43); }
div.DivClassName
{
background-color: #49C02B;
}
.BgClassName
{
background-color: #49C02B;
}
</style>
border-color css
<style>
span { border-color: #49C02B; }
span { border-color: rgb(73,192,43); }
td.TdClassName
{
border-color: #49C02B;
}
.TagClassName
{
border-color: #49C02B;
}
</style>