Shades of Kelly Green #49BA17
Tints of Kelly Green #49BA17
RGB
CMYK
RGB Variations
Color information
#49BA17 (or 0x49BA17) is known color: Kelly Green. HEX triplet: 49, BA and 17. RGB value is (73,186,23). Sum of RGB (Red+Green+Blue) = 73+186+23=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BA17 is #B645E8. Grayscale: #868686. Windows color (decimal): -11945449 or 1555017. OLE color: 1555017.
HSL color Cylindrical-coordinate representation of color #49BA17: hue angle of 101.6º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49BA17 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 23 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.27 |
| HSL | 101.6º | 0.78% | 0.41% | - |
| HSV(B) | 101.6º | 0.88% | 0.73% | - |
| XYZ | 20.46 | 36.6 | 6.8 | - |
| YUV | 133.63 | 65.56 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 23 | 0.61 | 0 | 0.88 | 0.27 | 101.6 | 0.78 | 0.41 |
| Hex | 49 | BA | 17 | 3D | 0 | 58 | 1B | 66 | 4E | 29 |
| Octal | 111 | 272 | 27 | 75 | 0 | 130 | 33 | 146 | 116 | 51 |
| Binary | 1001001 | 10111010 | 10111 | 111101 | 0 | 1011000 | 11011 | 1100110 | 1001110 | 101001 |
Color Harmonies of #49BA17
Complementary color
Monochromatic Colors of #49BA17
Black with #49BA17
Text Example
Text Example
White with #49BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA17; }
p { color: rgb(73,186,23); }
H1.HeaderClassName
{
color: #49BA17;
}
.AnyTagClassName
{
color: #49BA17;
}
</style>
background-color css
<style>
a { background-color: #49BA17; }
a { background-color: rgb(73,186,23); }
div.DivClassName
{
background-color: #49BA17;
}
.BgClassName
{
background-color: #49BA17;
}
</style>
border-color css
<style>
span { border-color: #49BA17; }
span { border-color: rgb(73,186,23); }
td.TdClassName
{
border-color: #49BA17;
}
.TagClassName
{
border-color: #49BA17;
}
</style>