Shades of Vida Loca #528A04
Tints of Vida Loca #528A04
RGB
CMYK
RGB Variations
Color information
#528A04 (or 0x528A04) is known color: Vida Loca. HEX triplet: 52, 8A and 04. RGB value is (82,138,4). Sum of RGB (Red+Green+Blue) = 82+138+4=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 138 (54.30% from 255 or 61.61% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 138 - color contains mainly: green. Hex color #528A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528A04 is #AD75FB. Grayscale: #6A6A6A. Windows color (decimal): -11367932 or 297554. OLE color: 297554.
HSL color Cylindrical-coordinate representation of color #528A04: hue angle of 85.07º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #528A04 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 4 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.46 |
| HSL | 85.07º | 0.94% | 0.28% | - |
| HSV(B) | 85.07º | 0.97% | 0.54% | - |
| XYZ | 12.59 | 19.98 | 3.31 | - |
| YUV | 105.98 | 70.45 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 4 | 0.41 | 0 | 0.97 | 0.46 | 85.07 | 0.94 | 0.28 |
| Hex | 52 | 8A | 4 | 29 | 0 | 61 | 2E | 55 | 5E | 1C |
| Octal | 122 | 212 | 4 | 51 | 0 | 141 | 56 | 125 | 136 | 34 |
| Binary | 1010010 | 10001010 | 100 | 101001 | 0 | 1100001 | 101110 | 1010101 | 1011110 | 11100 |
Color Harmonies of #528A04
Complementary color
Monochromatic Colors of #528A04
Black with #528A04
Text Example
Text Example
White with #528A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A04; }
p { color: rgb(82,138,4); }
H1.HeaderClassName
{
color: #528A04;
}
.AnyTagClassName
{
color: #528A04;
}
</style>
background-color css
<style>
a { background-color: #528A04; }
a { background-color: rgb(82,138,4); }
div.DivClassName
{
background-color: #528A04;
}
.BgClassName
{
background-color: #528A04;
}
</style>
border-color css
<style>
span { border-color: #528A04; }
span { border-color: rgb(82,138,4); }
td.TdClassName
{
border-color: #528A04;
}
.TagClassName
{
border-color: #528A04;
}
</style>