Shades of Limeade #529401
Tints of Limeade #529401
RGB
CMYK
RGB Variations
Color information
#529401 (or 0x529401) is known color: Limeade. HEX triplet: 52, 94 and 01. RGB value is (82,148,1). Sum of RGB (Red+Green+Blue) = 82+148+1=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #529401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529401 is #AD6BFE. Grayscale: #707070. Windows color (decimal): -11365375 or 103506. OLE color: 103506.
HSL color Cylindrical-coordinate representation of color #529401: hue angle of 86.94º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #529401 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 148 | 1 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.42 |
| HSL | 86.94º | 0.99% | 0.29% | - |
| HSV(B) | 86.94º | 0.99% | 0.58% | - |
| XYZ | 14.08 | 22.98 | 3.72 | - |
| YUV | 111.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 1 | 0.45 | 0 | 0.99 | 0.42 | 86.94 | 0.99 | 0.29 |
| Hex | 52 | 94 | 1 | 2D | 0 | 63 | 2A | 57 | 63 | 1D |
| Octal | 122 | 224 | 1 | 55 | 0 | 143 | 52 | 127 | 143 | 35 |
| Binary | 1010010 | 10010100 | 1 | 101101 | 0 | 1100011 | 101010 | 1010111 | 1100011 | 11101 |
Color Harmonies of #529401
Complementary color
Monochromatic Colors of #529401
Black with #529401
Text Example
Text Example
White with #529401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529401; }
p { color: rgb(82,148,1); }
H1.HeaderClassName
{
color: #529401;
}
.AnyTagClassName
{
color: #529401;
}
</style>
background-color css
<style>
a { background-color: #529401; }
a { background-color: rgb(82,148,1); }
div.DivClassName
{
background-color: #529401;
}
.BgClassName
{
background-color: #529401;
}
</style>
border-color css
<style>
span { border-color: #529401; }
span { border-color: rgb(82,148,1); }
td.TdClassName
{
border-color: #529401;
}
.TagClassName
{
border-color: #529401;
}
</style>