Shades of Kelly Green #49BC31
Tints of Kelly Green #49BC31
RGB
CMYK
RGB Variations
Color information
#49BC31 (or 0x49BC31) is known color: Kelly Green. HEX triplet: 49, BC and 31. RGB value is (73,188,49). Sum of RGB (Red+Green+Blue) = 73+188+49=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BC31 is #B643CE. Grayscale: #8A8A8A. Windows color (decimal): -11944911 or 3259465. OLE color: 3259465.
HSL color Cylindrical-coordinate representation of color #49BC31: hue angle of 109.64º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #49BC31 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 49 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.26 |
| HSL | 109.64º | 0.59% | 0.46% | - |
| HSV(B) | 109.64º | 0.74% | 0.74% | - |
| XYZ | 21.29 | 37.6 | 9.04 | - |
| YUV | 137.77 | 77.9 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 49 | 0.61 | 0 | 0.74 | 0.26 | 109.64 | 0.59 | 0.46 |
| Hex | 49 | BC | 31 | 3D | 0 | 4A | 1A | 6E | 3B | 2E |
| Octal | 111 | 274 | 61 | 75 | 0 | 112 | 32 | 156 | 73 | 56 |
| Binary | 1001001 | 10111100 | 110001 | 111101 | 0 | 1001010 | 11010 | 1101110 | 111011 | 101110 |
Color Harmonies of #49BC31
Complementary color
Monochromatic Colors of #49BC31
Black with #49BC31
Text Example
Text Example
White with #49BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC31; }
p { color: rgb(73,188,49); }
H1.HeaderClassName
{
color: #49BC31;
}
.AnyTagClassName
{
color: #49BC31;
}
</style>
background-color css
<style>
a { background-color: #49BC31; }
a { background-color: rgb(73,188,49); }
div.DivClassName
{
background-color: #49BC31;
}
.BgClassName
{
background-color: #49BC31;
}
</style>
border-color css
<style>
span { border-color: #49BC31; }
span { border-color: rgb(73,188,49); }
td.TdClassName
{
border-color: #49BC31;
}
.TagClassName
{
border-color: #49BC31;
}
</style>