Shades of Limeade #529103
Tints of Limeade #529103
RGB
CMYK
RGB Variations
Color information
#529103 (or 0x529103) is known color: Limeade. HEX triplet: 52, 91 and 03. RGB value is (82,145,3). Sum of RGB (Red+Green+Blue) = 82+145+3=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 3 (1.56% from 255 or 1.30% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #529103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529103 is #AD6EFC. Grayscale: #6E6E6E. Windows color (decimal): -11366141 or 233810. OLE color: 233810.
HSL color Cylindrical-coordinate representation of color #529103: hue angle of 86.62º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #529103 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 145 | 3 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.43 |
| HSL | 86.62º | 0.96% | 0.29% | - |
| HSV(B) | 86.62º | 0.98% | 0.57% | - |
| XYZ | 13.62 | 22.05 | 3.62 | - |
| YUV | 109.98 | 67.63 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 145 | 3 | 0.43 | 0 | 0.98 | 0.43 | 86.62 | 0.96 | 0.29 |
| Hex | 52 | 91 | 3 | 2B | 0 | 62 | 2B | 57 | 60 | 1D |
| Octal | 122 | 221 | 3 | 53 | 0 | 142 | 53 | 127 | 140 | 35 |
| Binary | 1010010 | 10010001 | 11 | 101011 | 0 | 1100010 | 101011 | 1010111 | 1100000 | 11101 |
Color Harmonies of #529103
Complementary color
Monochromatic Colors of #529103
Black with #529103
Text Example
Text Example
White with #529103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529103; }
p { color: rgb(82,145,3); }
H1.HeaderClassName
{
color: #529103;
}
.AnyTagClassName
{
color: #529103;
}
</style>
background-color css
<style>
a { background-color: #529103; }
a { background-color: rgb(82,145,3); }
div.DivClassName
{
background-color: #529103;
}
.BgClassName
{
background-color: #529103;
}
</style>
border-color css
<style>
span { border-color: #529103; }
span { border-color: rgb(82,145,3); }
td.TdClassName
{
border-color: #529103;
}
.TagClassName
{
border-color: #529103;
}
</style>