Shades of Limeade #52950D
Tints of Limeade #52950D
RGB
CMYK
RGB Variations
Color information
#52950D (or 0x52950D) is known color: Limeade. HEX triplet: 52, 95 and 0D. RGB value is (82,149,13). Sum of RGB (Red+Green+Blue) = 82+149+13=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #52950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52950D is #AD6AF2. Grayscale: #717171. Windows color (decimal): -11365107 or 890194. OLE color: 890194.
HSL color Cylindrical-coordinate representation of color #52950D: hue angle of 89.56º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52950D is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 13 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.42 |
| HSL | 89.56º | 0.84% | 0.32% | - |
| HSV(B) | 89.56º | 0.91% | 0.58% | - |
| XYZ | 14.3 | 23.32 | 4.13 | - |
| YUV | 113.46 | 71.3 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 13 | 0.45 | 0 | 0.91 | 0.42 | 89.56 | 0.84 | 0.32 |
| Hex | 52 | 95 | D | 2D | 0 | 5B | 2A | 5A | 54 | 20 |
| Octal | 122 | 225 | 15 | 55 | 0 | 133 | 52 | 132 | 124 | 40 |
| Binary | 1010010 | 10010101 | 1101 | 101101 | 0 | 1011011 | 101010 | 1011010 | 1010100 | 100000 |
Color Harmonies of #52950D
Complementary color
Monochromatic Colors of #52950D
Black with #52950D
Text Example
Text Example
White with #52950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52950D; }
p { color: rgb(82,149,13); }
H1.HeaderClassName
{
color: #52950D;
}
.AnyTagClassName
{
color: #52950D;
}
</style>
background-color css
<style>
a { background-color: #52950D; }
a { background-color: rgb(82,149,13); }
div.DivClassName
{
background-color: #52950D;
}
.BgClassName
{
background-color: #52950D;
}
</style>
border-color css
<style>
span { border-color: #52950D; }
span { border-color: rgb(82,149,13); }
td.TdClassName
{
border-color: #52950D;
}
.TagClassName
{
border-color: #52950D;
}
</style>