Shades of Kelly Green #49B40F
Tints of Kelly Green #49B40F
RGB
CMYK
RGB Variations
Color information
#49B40F (or 0x49B40F) is known color: Kelly Green. HEX triplet: 49, B4 and 0F. RGB value is (73,180,15). Sum of RGB (Red+Green+Blue) = 73+180+15=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #49B40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B40F is #B64BF0. Grayscale: #818181. Windows color (decimal): -11946993 or 1029193. OLE color: 1029193.
HSL color Cylindrical-coordinate representation of color #49B40F: hue angle of 98.91º degrees, saturation: 0.85, 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 #49B40F is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 180 | 15 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.29 |
| HSL | 98.91º | 0.85% | 0.38% | - |
| HSV(B) | 98.91º | 0.92% | 0.71% | - |
| XYZ | 19.16 | 34.09 | 6.02 | - |
| YUV | 129.2 | 63.55 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 180 | 15 | 0.59 | 0 | 0.92 | 0.29 | 98.91 | 0.85 | 0.38 |
| Hex | 49 | B4 | F | 3B | 0 | 5C | 1D | 63 | 55 | 26 |
| Octal | 111 | 264 | 17 | 73 | 0 | 134 | 35 | 143 | 125 | 46 |
| Binary | 1001001 | 10110100 | 1111 | 111011 | 0 | 1011100 | 11101 | 1100011 | 1010101 | 100110 |
Color Harmonies of #49B40F
Complementary color
Monochromatic Colors of #49B40F
Black with #49B40F
Text Example
Text Example
White with #49B40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B40F; }
p { color: rgb(73,180,15); }
H1.HeaderClassName
{
color: #49B40F;
}
.AnyTagClassName
{
color: #49B40F;
}
</style>
background-color css
<style>
a { background-color: #49B40F; }
a { background-color: rgb(73,180,15); }
div.DivClassName
{
background-color: #49B40F;
}
.BgClassName
{
background-color: #49B40F;
}
</style>
border-color css
<style>
span { border-color: #49B40F; }
span { border-color: rgb(73,180,15); }
td.TdClassName
{
border-color: #49B40F;
}
.TagClassName
{
border-color: #49B40F;
}
</style>