Shades of Kelly Green #49C42F
Tints of Kelly Green #49C42F
RGB
CMYK
RGB Variations
Color information
#49C42F (or 0x49C42F) is known color: Kelly Green. HEX triplet: 49, C4 and 2F. RGB value is (73,196,47). Sum of RGB (Red+Green+Blue) = 73+196+47=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 196 (76.95% from 255 or 62.03% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 196 - color contains mainly: green. Hex color #49C42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C42F is #B63BD0. Grayscale: #8E8E8E. Windows color (decimal): -11942865 or 3130441. OLE color: 3130441.
HSL color Cylindrical-coordinate representation of color #49C42F: hue angle of 109.53º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49C42F is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 73 | 196 | 47 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.23 |
| HSL | 109.53º | 0.61% | 0.48% | - |
| HSV(B) | 109.53º | 0.76% | 0.77% | - |
| XYZ | 23 | 41.1 | 9.41 | - |
| YUV | 142.24 | 74.25 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 196 | 47 | 0.63 | 0 | 0.76 | 0.23 | 109.53 | 0.61 | 0.48 |
| Hex | 49 | C4 | 2F | 3F | 0 | 4C | 17 | 6E | 3D | 30 |
| Octal | 111 | 304 | 57 | 77 | 0 | 114 | 27 | 156 | 75 | 60 |
| Binary | 1001001 | 11000100 | 101111 | 111111 | 0 | 1001100 | 10111 | 1101110 | 111101 | 110000 |
Color Harmonies of #49C42F
Complementary color
Monochromatic Colors of #49C42F
Black with #49C42F
Text Example
Text Example
White with #49C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C42F; }
p { color: rgb(73,196,47); }
H1.HeaderClassName
{
color: #49C42F;
}
.AnyTagClassName
{
color: #49C42F;
}
</style>
background-color css
<style>
a { background-color: #49C42F; }
a { background-color: rgb(73,196,47); }
div.DivClassName
{
background-color: #49C42F;
}
.BgClassName
{
background-color: #49C42F;
}
</style>
border-color css
<style>
span { border-color: #49C42F; }
span { border-color: rgb(73,196,47); }
td.TdClassName
{
border-color: #49C42F;
}
.TagClassName
{
border-color: #49C42F;
}
</style>