Shades of Kelly Green #49BA26
Tints of Kelly Green #49BA26
RGB
CMYK
RGB Variations
Color information
#49BA26 (or 0x49BA26) is known color: Kelly Green. HEX triplet: 49, BA and 26. RGB value is (73,186,38). Sum of RGB (Red+Green+Blue) = 73+186+38=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA26 is #B645D9. Grayscale: #878787. Windows color (decimal): -11945434 or 2538057. OLE color: 2538057.
HSL color Cylindrical-coordinate representation of color #49BA26: hue angle of 105.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #49BA26 is Cyan = 0.61, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 38 | - |
| CMYK | 0.61 | 0 | 0.80 | 0.27 |
| HSL | 105.81º | 0.66% | 0.44% | - |
| HSV(B) | 105.81º | 0.8% | 0.73% | - |
| XYZ | 20.66 | 36.67 | 7.82 | - |
| YUV | 135.34 | 73.06 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 38 | 0.61 | 0 | 0.80 | 0.27 | 105.81 | 0.66 | 0.44 |
| Hex | 49 | BA | 26 | 3D | 0 | 50 | 1B | 6A | 42 | 2C |
| Octal | 111 | 272 | 46 | 75 | 0 | 120 | 33 | 152 | 102 | 54 |
| Binary | 1001001 | 10111010 | 100110 | 111101 | 0 | 1010000 | 11011 | 1101010 | 1000010 | 101100 |
Color Harmonies of #49BA26
Complementary color
Monochromatic Colors of #49BA26
Black with #49BA26
Text Example
Text Example
White with #49BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA26; }
p { color: rgb(73,186,38); }
H1.HeaderClassName
{
color: #49BA26;
}
.AnyTagClassName
{
color: #49BA26;
}
</style>
background-color css
<style>
a { background-color: #49BA26; }
a { background-color: rgb(73,186,38); }
div.DivClassName
{
background-color: #49BA26;
}
.BgClassName
{
background-color: #49BA26;
}
</style>
border-color css
<style>
span { border-color: #49BA26; }
span { border-color: rgb(73,186,38); }
td.TdClassName
{
border-color: #49BA26;
}
.TagClassName
{
border-color: #49BA26;
}
</style>