Shades of Kelly Green #49B22D
Tints of Kelly Green #49B22D
RGB
CMYK
RGB Variations
Color information
#49B22D (or 0x49B22D) is known color: Kelly Green. HEX triplet: 49, B2 and 2D. RGB value is (73,178,45). Sum of RGB (Red+Green+Blue) = 73+178+45=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 178 (69.92% from 255 or 60.14% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 178 - color contains mainly: green. Hex color #49B22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B22D is #B64DD2. Grayscale: #838383. Windows color (decimal): -11947475 or 2994761. OLE color: 2994761.
HSL color Cylindrical-coordinate representation of color #49B22D: hue angle of 107.37º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49B22D is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 178 | 45 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.30 |
| HSL | 107.37º | 0.6% | 0.44% | - |
| HSV(B) | 107.37º | 0.75% | 0.7% | - |
| XYZ | 19.14 | 33.45 | 7.93 | - |
| YUV | 131.44 | 79.21 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 178 | 45 | 0.59 | 0 | 0.75 | 0.30 | 107.37 | 0.6 | 0.44 |
| Hex | 49 | B2 | 2D | 3B | 0 | 4B | 1E | 6B | 3C | 2C |
| Octal | 111 | 262 | 55 | 73 | 0 | 113 | 36 | 153 | 74 | 54 |
| Binary | 1001001 | 10110010 | 101101 | 111011 | 0 | 1001011 | 11110 | 1101011 | 111100 | 101100 |
Color Harmonies of #49B22D
Complementary color
Monochromatic Colors of #49B22D
Black with #49B22D
Text Example
Text Example
White with #49B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B22D; }
p { color: rgb(73,178,45); }
H1.HeaderClassName
{
color: #49B22D;
}
.AnyTagClassName
{
color: #49B22D;
}
</style>
background-color css
<style>
a { background-color: #49B22D; }
a { background-color: rgb(73,178,45); }
div.DivClassName
{
background-color: #49B22D;
}
.BgClassName
{
background-color: #49B22D;
}
</style>
border-color css
<style>
span { border-color: #49B22D; }
span { border-color: rgb(73,178,45); }
td.TdClassName
{
border-color: #49B22D;
}
.TagClassName
{
border-color: #49B22D;
}
</style>