Shades of Limeade #529C0F
Tints of Limeade #529C0F
RGB
CMYK
RGB Variations
Color information
#529C0F (or 0x529C0F) is known color: Limeade. HEX triplet: 52, 9C and 0F. RGB value is (82,156,15). Sum of RGB (Red+Green+Blue) = 82+156+15=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #529C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529C0F is #AD63F0. Grayscale: #767676. Windows color (decimal): -11363313 or 1023058. OLE color: 1023058.
HSL color Cylindrical-coordinate representation of color #529C0F: hue angle of 91.49º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #529C0F is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 15 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.39 |
| HSL | 91.49º | 0.82% | 0.34% | - |
| HSV(B) | 91.49º | 0.9% | 0.61% | - |
| XYZ | 15.45 | 25.61 | 4.58 | - |
| YUV | 117.8 | 69.98 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 15 | 0.47 | 0 | 0.90 | 0.39 | 91.49 | 0.82 | 0.34 |
| Hex | 52 | 9C | F | 2F | 0 | 5A | 27 | 5B | 52 | 22 |
| Octal | 122 | 234 | 17 | 57 | 0 | 132 | 47 | 133 | 122 | 42 |
| Binary | 1010010 | 10011100 | 1111 | 101111 | 0 | 1011010 | 100111 | 1011011 | 1010010 | 100010 |
Color Harmonies of #529C0F
Complementary color
Monochromatic Colors of #529C0F
Black with #529C0F
Text Example
Text Example
White with #529C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C0F; }
p { color: rgb(82,156,15); }
H1.HeaderClassName
{
color: #529C0F;
}
.AnyTagClassName
{
color: #529C0F;
}
</style>
background-color css
<style>
a { background-color: #529C0F; }
a { background-color: rgb(82,156,15); }
div.DivClassName
{
background-color: #529C0F;
}
.BgClassName
{
background-color: #529C0F;
}
</style>
border-color css
<style>
span { border-color: #529C0F; }
span { border-color: rgb(82,156,15); }
td.TdClassName
{
border-color: #529C0F;
}
.TagClassName
{
border-color: #529C0F;
}
</style>