Shades of Vida Loca #528D10
Tints of Vida Loca #528D10
RGB
CMYK
RGB Variations
Color information
#528D10 (or 0x528D10) is known color: Vida Loca. HEX triplet: 52, 8D and 10. RGB value is (82,141,16). Sum of RGB (Red+Green+Blue) = 82+141+16=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 141 (55.47% from 255 or 59.00% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 141 - color contains mainly: green. Hex color #528D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528D10 is #AD72EF. Grayscale: #6D6D6D. Windows color (decimal): -11367152 or 1084754. OLE color: 1084754.
HSL color Cylindrical-coordinate representation of color #528D10: hue angle of 88.32º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #528D10 is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 16 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.45 |
| HSL | 88.32º | 0.8% | 0.31% | - |
| HSV(B) | 88.32º | 0.89% | 0.55% | - |
| XYZ | 13.1 | 20.88 | 3.83 | - |
| YUV | 109.11 | 75.45 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 16 | 0.42 | 0 | 0.89 | 0.45 | 88.32 | 0.8 | 0.31 |
| Hex | 52 | 8D | 10 | 2A | 0 | 59 | 2D | 58 | 50 | 1F |
| Octal | 122 | 215 | 20 | 52 | 0 | 131 | 55 | 130 | 120 | 37 |
| Binary | 1010010 | 10001101 | 10000 | 101010 | 0 | 1011001 | 101101 | 1011000 | 1010000 | 11111 |
Color Harmonies of #528D10
Complementary color
Monochromatic Colors of #528D10
Black with #528D10
Text Example
Text Example
White with #528D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D10; }
p { color: rgb(82,141,16); }
H1.HeaderClassName
{
color: #528D10;
}
.AnyTagClassName
{
color: #528D10;
}
</style>
background-color css
<style>
a { background-color: #528D10; }
a { background-color: rgb(82,141,16); }
div.DivClassName
{
background-color: #528D10;
}
.BgClassName
{
background-color: #528D10;
}
</style>
border-color css
<style>
span { border-color: #528D10; }
span { border-color: rgb(82,141,16); }
td.TdClassName
{
border-color: #528D10;
}
.TagClassName
{
border-color: #528D10;
}
</style>