Shades of Limeade #529228
Tints of Limeade #529228
RGB
CMYK
RGB Variations
Color information
#529228 (or 0x529228) is known color: Limeade. HEX triplet: 52, 92 and 28. RGB value is (82,146,40). Sum of RGB (Red+Green+Blue) = 82+146+40=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #529228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529228 is #AD6DD7. Grayscale: #737373. Windows color (decimal): -11365848 or 2658898. OLE color: 2658898.
HSL color Cylindrical-coordinate representation of color #529228: hue angle of 96.23º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #529228 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 40 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.43 |
| HSL | 96.23º | 0.57% | 0.36% | - |
| HSV(B) | 96.23º | 0.73% | 0.57% | - |
| XYZ | 14.14 | 22.5 | 5.61 | - |
| YUV | 114.78 | 85.8 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 40 | 0.44 | 0 | 0.73 | 0.43 | 96.23 | 0.57 | 0.36 |
| Hex | 52 | 92 | 28 | 2C | 0 | 49 | 2B | 60 | 39 | 24 |
| Octal | 122 | 222 | 50 | 54 | 0 | 111 | 53 | 140 | 71 | 44 |
| Binary | 1010010 | 10010010 | 101000 | 101100 | 0 | 1001001 | 101011 | 1100000 | 111001 | 100100 |
Color Harmonies of #529228
Complementary color
Monochromatic Colors of #529228
Black with #529228
Text Example
Text Example
White with #529228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529228; }
p { color: rgb(82,146,40); }
H1.HeaderClassName
{
color: #529228;
}
.AnyTagClassName
{
color: #529228;
}
</style>
background-color css
<style>
a { background-color: #529228; }
a { background-color: rgb(82,146,40); }
div.DivClassName
{
background-color: #529228;
}
.BgClassName
{
background-color: #529228;
}
</style>
border-color css
<style>
span { border-color: #529228; }
span { border-color: rgb(82,146,40); }
td.TdClassName
{
border-color: #529228;
}
.TagClassName
{
border-color: #529228;
}
</style>