Shades of Kelly Green #49BA27
Tints of Kelly Green #49BA27
RGB
CMYK
RGB Variations
Color information
#49BA27 (or 0x49BA27) is known color: Kelly Green. HEX triplet: 49, BA and 27. RGB value is (73,186,39). Sum of RGB (Red+Green+Blue) = 73+186+39=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA27 is #B645D8. Grayscale: #878787. Windows color (decimal): -11945433 or 2603593. OLE color: 2603593.
HSL color Cylindrical-coordinate representation of color #49BA27: hue angle of 106.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49BA27 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 39 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.27 |
| HSL | 106.12º | 0.65% | 0.44% | - |
| HSV(B) | 106.12º | 0.79% | 0.73% | - |
| XYZ | 20.67 | 36.68 | 7.91 | - |
| YUV | 135.46 | 73.56 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 39 | 0.61 | 0 | 0.79 | 0.27 | 106.12 | 0.65 | 0.44 |
| Hex | 49 | BA | 27 | 3D | 0 | 4F | 1B | 6A | 41 | 2C |
| Octal | 111 | 272 | 47 | 75 | 0 | 117 | 33 | 152 | 101 | 54 |
| Binary | 1001001 | 10111010 | 100111 | 111101 | 0 | 1001111 | 11011 | 1101010 | 1000001 | 101100 |
Color Harmonies of #49BA27
Complementary color
Monochromatic Colors of #49BA27
Black with #49BA27
Text Example
Text Example
White with #49BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA27; }
p { color: rgb(73,186,39); }
H1.HeaderClassName
{
color: #49BA27;
}
.AnyTagClassName
{
color: #49BA27;
}
</style>
background-color css
<style>
a { background-color: #49BA27; }
a { background-color: rgb(73,186,39); }
div.DivClassName
{
background-color: #49BA27;
}
.BgClassName
{
background-color: #49BA27;
}
</style>
border-color css
<style>
span { border-color: #49BA27; }
span { border-color: rgb(73,186,39); }
td.TdClassName
{
border-color: #49BA27;
}
.TagClassName
{
border-color: #49BA27;
}
</style>