Shades of Kelly Green #49B60E
Tints of Kelly Green #49B60E
RGB
CMYK
RGB Variations
Color information
#49B60E (or 0x49B60E) is known color: Kelly Green. HEX triplet: 49, B6 and 0E. RGB value is (73,182,14). Sum of RGB (Red+Green+Blue) = 73+182+14=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 182 (71.48% from 255 or 67.66% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 182 - color contains mainly: green. Hex color #49B60E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B60E is #B649F1. Grayscale: #828282. Windows color (decimal): -11946482 or 964169. OLE color: 964169.
HSL color Cylindrical-coordinate representation of color #49B60E: hue angle of 98.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49B60E is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 182 | 14 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.29 |
| HSL | 98.93º | 0.86% | 0.38% | - |
| HSV(B) | 98.93º | 0.92% | 0.71% | - |
| XYZ | 19.55 | 34.9 | 6.12 | - |
| YUV | 130.26 | 62.39 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 182 | 14 | 0.60 | 0 | 0.92 | 0.29 | 98.93 | 0.86 | 0.38 |
| Hex | 49 | B6 | E | 3C | 0 | 5C | 1D | 63 | 56 | 26 |
| Octal | 111 | 266 | 16 | 74 | 0 | 134 | 35 | 143 | 126 | 46 |
| Binary | 1001001 | 10110110 | 1110 | 111100 | 0 | 1011100 | 11101 | 1100011 | 1010110 | 100110 |
Color Harmonies of #49B60E
Complementary color
Monochromatic Colors of #49B60E
Black with #49B60E
Text Example
Text Example
White with #49B60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B60E; }
p { color: rgb(73,182,14); }
H1.HeaderClassName
{
color: #49B60E;
}
.AnyTagClassName
{
color: #49B60E;
}
</style>
background-color css
<style>
a { background-color: #49B60E; }
a { background-color: rgb(73,182,14); }
div.DivClassName
{
background-color: #49B60E;
}
.BgClassName
{
background-color: #49B60E;
}
</style>
border-color css
<style>
span { border-color: #49B60E; }
span { border-color: rgb(73,182,14); }
td.TdClassName
{
border-color: #49B60E;
}
.TagClassName
{
border-color: #49B60E;
}
</style>