Shades of Limeade #49960F
Tints of Limeade #49960F
RGB
CMYK
RGB Variations
Color information
#49960F (or 0x49960F) is known color: Limeade. HEX triplet: 49, 96 and 0F. RGB value is (73,150,15). Sum of RGB (Red+Green+Blue) = 73+150+15=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #49960F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49960F is #B669F0. Grayscale: #707070. Windows color (decimal): -11954673 or 1021513. OLE color: 1021513.
HSL color Cylindrical-coordinate representation of color #49960F: hue angle of 94.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49960F is Cyan = 0.51, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 150 | 15 | - |
| CMYK | 0.51 | 0 | 0.9 | 0.41 |
| HSL | 94.22º | 0.82% | 0.32% | - |
| HSV(B) | 94.22º | 0.9% | 0.59% | - |
| XYZ | 13.74 | 23.26 | 4.22 | - |
| YUV | 111.59 | 73.49 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 150 | 15 | 0.51 | 0 | 0.9 | 0.41 | 94.22 | 0.82 | 0.32 |
| Hex | 49 | 96 | F | 33 | 0 | 5A | 29 | 5E | 52 | 20 |
| Octal | 111 | 226 | 17 | 63 | 0 | 132 | 51 | 136 | 122 | 40 |
| Binary | 1001001 | 10010110 | 1111 | 110011 | 0 | 1011010 | 101001 | 1011110 | 1010010 | 100000 |
Color Harmonies of #49960F
Complementary color
Monochromatic Colors of #49960F
Black with #49960F
Text Example
Text Example
White with #49960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49960F; }
p { color: rgb(73,150,15); }
H1.HeaderClassName
{
color: #49960F;
}
.AnyTagClassName
{
color: #49960F;
}
</style>
background-color css
<style>
a { background-color: #49960F; }
a { background-color: rgb(73,150,15); }
div.DivClassName
{
background-color: #49960F;
}
.BgClassName
{
background-color: #49960F;
}
</style>
border-color css
<style>
span { border-color: #49960F; }
span { border-color: rgb(73,150,15); }
td.TdClassName
{
border-color: #49960F;
}
.TagClassName
{
border-color: #49960F;
}
</style>