Shades of Kelly Green #49BA2E
Tints of Kelly Green #49BA2E
RGB
CMYK
RGB Variations
Color information
#49BA2E (or 0x49BA2E) is known color: Kelly Green. HEX triplet: 49, BA and 2E. RGB value is (73,186,46). Sum of RGB (Red+Green+Blue) = 73+186+46=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA2E is #B645D1. Grayscale: #888888. Windows color (decimal): -11945426 or 3062345. OLE color: 3062345.
HSL color Cylindrical-coordinate representation of color #49BA2E: hue angle of 108.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49BA2E is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 46 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.27 |
| HSL | 108.43º | 0.6% | 0.45% | - |
| HSV(B) | 108.43º | 0.75% | 0.73% | - |
| XYZ | 20.8 | 36.73 | 8.58 | - |
| YUV | 136.25 | 77.06 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 46 | 0.61 | 0 | 0.75 | 0.27 | 108.43 | 0.6 | 0.45 |
| Hex | 49 | BA | 2E | 3D | 0 | 4B | 1B | 6C | 3C | 2D |
| Octal | 111 | 272 | 56 | 75 | 0 | 113 | 33 | 154 | 74 | 55 |
| Binary | 1001001 | 10111010 | 101110 | 111101 | 0 | 1001011 | 11011 | 1101100 | 111100 | 101101 |
Color Harmonies of #49BA2E
Complementary color
Monochromatic Colors of #49BA2E
Black with #49BA2E
Text Example
Text Example
White with #49BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA2E; }
p { color: rgb(73,186,46); }
H1.HeaderClassName
{
color: #49BA2E;
}
.AnyTagClassName
{
color: #49BA2E;
}
</style>
background-color css
<style>
a { background-color: #49BA2E; }
a { background-color: rgb(73,186,46); }
div.DivClassName
{
background-color: #49BA2E;
}
.BgClassName
{
background-color: #49BA2E;
}
</style>
border-color css
<style>
span { border-color: #49BA2E; }
span { border-color: rgb(73,186,46); }
td.TdClassName
{
border-color: #49BA2E;
}
.TagClassName
{
border-color: #49BA2E;
}
</style>