Shades of Kelly Green #49BA28
Tints of Kelly Green #49BA28
RGB
CMYK
RGB Variations
Color information
#49BA28 (or 0x49BA28) is known color: Kelly Green. HEX triplet: 49, BA and 28. RGB value is (73,186,40). Sum of RGB (Red+Green+Blue) = 73+186+40=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA28 is #B645D7. Grayscale: #888888. Windows color (decimal): -11945432 or 2669129. OLE color: 2669129.
HSL color Cylindrical-coordinate representation of color #49BA28: hue angle of 106.44º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49BA28 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 40 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.27 |
| HSL | 106.44º | 0.65% | 0.44% | - |
| HSV(B) | 106.44º | 0.78% | 0.73% | - |
| XYZ | 20.69 | 36.69 | 8 | - |
| YUV | 135.57 | 74.06 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 40 | 0.61 | 0 | 0.78 | 0.27 | 106.44 | 0.65 | 0.44 |
| Hex | 49 | BA | 28 | 3D | 0 | 4E | 1B | 6A | 41 | 2C |
| Octal | 111 | 272 | 50 | 75 | 0 | 116 | 33 | 152 | 101 | 54 |
| Binary | 1001001 | 10111010 | 101000 | 111101 | 0 | 1001110 | 11011 | 1101010 | 1000001 | 101100 |
Color Harmonies of #49BA28
Complementary color
Monochromatic Colors of #49BA28
Black with #49BA28
Text Example
Text Example
White with #49BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA28; }
p { color: rgb(73,186,40); }
H1.HeaderClassName
{
color: #49BA28;
}
.AnyTagClassName
{
color: #49BA28;
}
</style>
background-color css
<style>
a { background-color: #49BA28; }
a { background-color: rgb(73,186,40); }
div.DivClassName
{
background-color: #49BA28;
}
.BgClassName
{
background-color: #49BA28;
}
</style>
border-color css
<style>
span { border-color: #49BA28; }
span { border-color: rgb(73,186,40); }
td.TdClassName
{
border-color: #49BA28;
}
.TagClassName
{
border-color: #49BA28;
}
</style>