Shades of Kelly Green #49BB32
Tints of Kelly Green #49BB32
RGB
CMYK
RGB Variations
Color information
#49BB32 (or 0x49BB32) is known color: Kelly Green. HEX triplet: 49, BB and 32. RGB value is (73,187,50). Sum of RGB (Red+Green+Blue) = 73+187+50=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BB32 is #B644CD. Grayscale: #898989. Windows color (decimal): -11945166 or 3324745. OLE color: 3324745.
HSL color Cylindrical-coordinate representation of color #49BB32: hue angle of 109.93º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49BB32 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 50 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.27 |
| HSL | 109.93º | 0.58% | 0.46% | - |
| HSV(B) | 109.93º | 0.73% | 0.73% | - |
| XYZ | 21.09 | 37.19 | 9.08 | - |
| YUV | 137.3 | 78.73 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 50 | 0.61 | 0 | 0.73 | 0.27 | 109.93 | 0.58 | 0.46 |
| Hex | 49 | BB | 32 | 3D | 0 | 49 | 1B | 6E | 3A | 2E |
| Octal | 111 | 273 | 62 | 75 | 0 | 111 | 33 | 156 | 72 | 56 |
| Binary | 1001001 | 10111011 | 110010 | 111101 | 0 | 1001001 | 11011 | 1101110 | 111010 | 101110 |
Color Harmonies of #49BB32
Complementary color
Monochromatic Colors of #49BB32
Black with #49BB32
Text Example
Text Example
White with #49BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB32; }
p { color: rgb(73,187,50); }
H1.HeaderClassName
{
color: #49BB32;
}
.AnyTagClassName
{
color: #49BB32;
}
</style>
background-color css
<style>
a { background-color: #49BB32; }
a { background-color: rgb(73,187,50); }
div.DivClassName
{
background-color: #49BB32;
}
.BgClassName
{
background-color: #49BB32;
}
</style>
border-color css
<style>
span { border-color: #49BB32; }
span { border-color: rgb(73,187,50); }
td.TdClassName
{
border-color: #49BB32;
}
.TagClassName
{
border-color: #49BB32;
}
</style>