Shades of Limeade #52960F
Tints of Limeade #52960F
RGB
CMYK
RGB Variations
Color information
#52960F (or 0x52960F) is known color: Limeade. HEX triplet: 52, 96 and 0F. RGB value is (82,150,15). Sum of RGB (Red+Green+Blue) = 82+150+15=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 150 (58.98% from 255 or 60.73% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 150 - color contains mainly: green. Hex color #52960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52960F is #AD69F0. Grayscale: #727272. Windows color (decimal): -11364849 or 1021522. OLE color: 1021522.
HSL color Cylindrical-coordinate representation of color #52960F: hue angle of 90.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 #52960F is Cyan = 0.45, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 15 | - |
| CMYK | 0.45 | 0 | 0.9 | 0.41 |
| HSL | 90.22º | 0.82% | 0.32% | - |
| HSV(B) | 90.22º | 0.9% | 0.59% | - |
| XYZ | 14.47 | 23.64 | 4.25 | - |
| YUV | 114.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 15 | 0.45 | 0 | 0.9 | 0.41 | 90.22 | 0.82 | 0.32 |
| Hex | 52 | 96 | F | 2D | 0 | 5A | 29 | 5A | 52 | 20 |
| Octal | 122 | 226 | 17 | 55 | 0 | 132 | 51 | 132 | 122 | 40 |
| Binary | 1010010 | 10010110 | 1111 | 101101 | 0 | 1011010 | 101001 | 1011010 | 1010010 | 100000 |
Color Harmonies of #52960F
Complementary color
Monochromatic Colors of #52960F
Black with #52960F
Text Example
Text Example
White with #52960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52960F; }
p { color: rgb(82,150,15); }
H1.HeaderClassName
{
color: #52960F;
}
.AnyTagClassName
{
color: #52960F;
}
</style>
background-color css
<style>
a { background-color: #52960F; }
a { background-color: rgb(82,150,15); }
div.DivClassName
{
background-color: #52960F;
}
.BgClassName
{
background-color: #52960F;
}
</style>
border-color css
<style>
span { border-color: #52960F; }
span { border-color: rgb(82,150,15); }
td.TdClassName
{
border-color: #52960F;
}
.TagClassName
{
border-color: #52960F;
}
</style>