Shades of Vida Loca #528D09
Tints of Vida Loca #528D09
RGB
CMYK
RGB Variations
Color information
#528D09 (or 0x528D09) is known color: Vida Loca. HEX triplet: 52, 8D and 09. RGB value is (82,141,9). Sum of RGB (Red+Green+Blue) = 82+141+9=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 141 (55.47% from 255 or 60.78% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 141 - color contains mainly: green. Hex color #528D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528D09 is #AD72F6. Grayscale: #6C6C6C. Windows color (decimal): -11367159 or 626002. OLE color: 626002.
HSL color Cylindrical-coordinate representation of color #528D09: hue angle of 86.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #528D09 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 9 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.45 |
| HSL | 86.82º | 0.88% | 0.29% | - |
| HSV(B) | 86.82º | 0.94% | 0.55% | - |
| XYZ | 13.05 | 20.86 | 3.6 | - |
| YUV | 108.31 | 71.95 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 9 | 0.42 | 0 | 0.94 | 0.45 | 86.82 | 0.88 | 0.29 |
| Hex | 52 | 8D | 9 | 2A | 0 | 5E | 2D | 57 | 58 | 1D |
| Octal | 122 | 215 | 11 | 52 | 0 | 136 | 55 | 127 | 130 | 35 |
| Binary | 1010010 | 10001101 | 1001 | 101010 | 0 | 1011110 | 101101 | 1010111 | 1011000 | 11101 |
Color Harmonies of #528D09
Complementary color
Monochromatic Colors of #528D09
Black with #528D09
Text Example
Text Example
White with #528D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D09; }
p { color: rgb(82,141,9); }
H1.HeaderClassName
{
color: #528D09;
}
.AnyTagClassName
{
color: #528D09;
}
</style>
background-color css
<style>
a { background-color: #528D09; }
a { background-color: rgb(82,141,9); }
div.DivClassName
{
background-color: #528D09;
}
.BgClassName
{
background-color: #528D09;
}
</style>
border-color css
<style>
span { border-color: #528D09; }
span { border-color: rgb(82,141,9); }
td.TdClassName
{
border-color: #528D09;
}
.TagClassName
{
border-color: #528D09;
}
</style>