Shades of Vida Loca #528A07
Tints of Vida Loca #528A07
RGB
CMYK
RGB Variations
Color information
#528A07 (or 0x528A07) is known color: Vida Loca. HEX triplet: 52, 8A and 07. RGB value is (82,138,7). Sum of RGB (Red+Green+Blue) = 82+138+7=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 138 (54.30% from 255 or 60.79% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 138 - color contains mainly: green. Hex color #528A07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528A07 is #AD75F8. Grayscale: #6A6A6A. Windows color (decimal): -11367929 or 494162. OLE color: 494162.
HSL color Cylindrical-coordinate representation of color #528A07: hue angle of 85.65º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #528A07 is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 7 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.46 |
| HSL | 85.65º | 0.9% | 0.28% | - |
| HSV(B) | 85.65º | 0.95% | 0.54% | - |
| XYZ | 12.61 | 19.99 | 3.39 | - |
| YUV | 106.32 | 71.95 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 7 | 0.41 | 0 | 0.95 | 0.46 | 85.65 | 0.9 | 0.28 |
| Hex | 52 | 8A | 7 | 29 | 0 | 5F | 2E | 56 | 5A | 1C |
| Octal | 122 | 212 | 7 | 51 | 0 | 137 | 56 | 126 | 132 | 34 |
| Binary | 1010010 | 10001010 | 111 | 101001 | 0 | 1011111 | 101110 | 1010110 | 1011010 | 11100 |
Color Harmonies of #528A07
Complementary color
Monochromatic Colors of #528A07
Black with #528A07
Text Example
Text Example
White with #528A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A07; }
p { color: rgb(82,138,7); }
H1.HeaderClassName
{
color: #528A07;
}
.AnyTagClassName
{
color: #528A07;
}
</style>
background-color css
<style>
a { background-color: #528A07; }
a { background-color: rgb(82,138,7); }
div.DivClassName
{
background-color: #528A07;
}
.BgClassName
{
background-color: #528A07;
}
</style>
border-color css
<style>
span { border-color: #528A07; }
span { border-color: rgb(82,138,7); }
td.TdClassName
{
border-color: #528A07;
}
.TagClassName
{
border-color: #528A07;
}
</style>