Shades of Vida Loca #528A08
Tints of Vida Loca #528A08
RGB
CMYK
RGB Variations
Color information
#528A08 (or 0x528A08) is known color: Vida Loca. HEX triplet: 52, 8A and 08. RGB value is (82,138,8). Sum of RGB (Red+Green+Blue) = 82+138+8=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #528A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528A08 is #AD75F7. Grayscale: #6A6A6A. Windows color (decimal): -11367928 or 559698. OLE color: 559698.
HSL color Cylindrical-coordinate representation of color #528A08: hue angle of 85.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #528A08 is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 8 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.46 |
| HSL | 85.85º | 0.89% | 0.29% | - |
| HSV(B) | 85.85º | 0.94% | 0.54% | - |
| XYZ | 12.61 | 19.99 | 3.42 | - |
| YUV | 106.44 | 72.45 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 8 | 0.41 | 0 | 0.94 | 0.46 | 85.85 | 0.89 | 0.29 |
| Hex | 52 | 8A | 8 | 29 | 0 | 5E | 2E | 56 | 59 | 1D |
| Octal | 122 | 212 | 10 | 51 | 0 | 136 | 56 | 126 | 131 | 35 |
| Binary | 1010010 | 10001010 | 1000 | 101001 | 0 | 1011110 | 101110 | 1010110 | 1011001 | 11101 |
Color Harmonies of #528A08
Complementary color
Monochromatic Colors of #528A08
Black with #528A08
Text Example
Text Example
White with #528A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A08; }
p { color: rgb(82,138,8); }
H1.HeaderClassName
{
color: #528A08;
}
.AnyTagClassName
{
color: #528A08;
}
</style>
background-color css
<style>
a { background-color: #528A08; }
a { background-color: rgb(82,138,8); }
div.DivClassName
{
background-color: #528A08;
}
.BgClassName
{
background-color: #528A08;
}
</style>
border-color css
<style>
span { border-color: #528A08; }
span { border-color: rgb(82,138,8); }
td.TdClassName
{
border-color: #528A08;
}
.TagClassName
{
border-color: #528A08;
}
</style>