Shades of Limeade #529F0D
Tints of Limeade #529F0D
RGB
CMYK
RGB Variations
Color information
#529F0D (or 0x529F0D) is known color: Limeade. HEX triplet: 52, 9F and 0D. RGB value is (82,159,13). Sum of RGB (Red+Green+Blue) = 82+159+13=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 159 (62.5% from 255 or 62.60% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 159 - color contains mainly: green. Hex color #529F0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529F0D is #AD60F2. Grayscale: #777777. Windows color (decimal): -11362547 or 892754. OLE color: 892754.
HSL color Cylindrical-coordinate representation of color #529F0D: hue angle of 91.64º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #529F0D is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 13 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.38 |
| HSL | 91.64º | 0.85% | 0.34% | - |
| HSV(B) | 91.64º | 0.92% | 0.62% | - |
| XYZ | 15.95 | 26.62 | 4.68 | - |
| YUV | 119.33 | 67.99 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 13 | 0.48 | 0 | 0.92 | 0.38 | 91.64 | 0.85 | 0.34 |
| Hex | 52 | 9F | D | 30 | 0 | 5C | 26 | 5C | 55 | 22 |
| Octal | 122 | 237 | 15 | 60 | 0 | 134 | 46 | 134 | 125 | 42 |
| Binary | 1010010 | 10011111 | 1101 | 110000 | 0 | 1011100 | 100110 | 1011100 | 1010101 | 100010 |
Color Harmonies of #529F0D
Complementary color
Monochromatic Colors of #529F0D
Black with #529F0D
Text Example
Text Example
White with #529F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F0D; }
p { color: rgb(82,159,13); }
H1.HeaderClassName
{
color: #529F0D;
}
.AnyTagClassName
{
color: #529F0D;
}
</style>
background-color css
<style>
a { background-color: #529F0D; }
a { background-color: rgb(82,159,13); }
div.DivClassName
{
background-color: #529F0D;
}
.BgClassName
{
background-color: #529F0D;
}
</style>
border-color css
<style>
span { border-color: #529F0D; }
span { border-color: rgb(82,159,13); }
td.TdClassName
{
border-color: #529F0D;
}
.TagClassName
{
border-color: #529F0D;
}
</style>