Shades of Kelly Green #49B30F
Tints of Kelly Green #49B30F
RGB
CMYK
RGB Variations
Color information
#49B30F (or 0x49B30F) is known color: Kelly Green. HEX triplet: 49, B3 and 0F. RGB value is (73,179,15). Sum of RGB (Red+Green+Blue) = 73+179+15=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 179 (70.31% from 255 or 67.04% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 179 - color contains mainly: green. Hex color #49B30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B30F is #B64CF0. Grayscale: #818181. Windows color (decimal): -11947249 or 1028937. OLE color: 1028937.
HSL color Cylindrical-coordinate representation of color #49B30F: hue angle of 98.78º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49B30F is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 73 | 179 | 15 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.30 |
| HSL | 98.78º | 0.85% | 0.38% | - |
| HSV(B) | 98.78º | 0.92% | 0.7% | - |
| XYZ | 18.95 | 33.69 | 5.96 | - |
| YUV | 128.61 | 63.88 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 179 | 15 | 0.59 | 0 | 0.92 | 0.30 | 98.78 | 0.85 | 0.38 |
| Hex | 49 | B3 | F | 3B | 0 | 5C | 1E | 63 | 55 | 26 |
| Octal | 111 | 263 | 17 | 73 | 0 | 134 | 36 | 143 | 125 | 46 |
| Binary | 1001001 | 10110011 | 1111 | 111011 | 0 | 1011100 | 11110 | 1100011 | 1010101 | 100110 |
Color Harmonies of #49B30F
Complementary color
Monochromatic Colors of #49B30F
Black with #49B30F
Text Example
Text Example
White with #49B30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49B30F; }
p { color: rgb(73,179,15); }
H1.HeaderClassName
{
color: #49B30F;
}
.AnyTagClassName
{
color: #49B30F;
}
</style>
background-color css
<style>
a { background-color: #49B30F; }
a { background-color: rgb(73,179,15); }
div.DivClassName
{
background-color: #49B30F;
}
.BgClassName
{
background-color: #49B30F;
}
</style>
border-color css
<style>
span { border-color: #49B30F; }
span { border-color: rgb(73,179,15); }
td.TdClassName
{
border-color: #49B30F;
}
.TagClassName
{
border-color: #49B30F;
}
</style>