Shades of Vida Loca #528E09
Tints of Vida Loca #528E09
RGB
CMYK
RGB Variations
Color information
#528E09 (or 0x528E09) is known color: Vida Loca. HEX triplet: 52, 8E and 09. RGB value is (82,142,9). Sum of RGB (Red+Green+Blue) = 82+142+9=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 142 (55.86% from 255 or 60.94% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 142 - color contains mainly: green. Hex color #528E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528E09 is #AD71F6. Grayscale: #6D6D6D. Windows color (decimal): -11366903 or 626258. OLE color: 626258.
HSL color Cylindrical-coordinate representation of color #528E09: hue angle of 87.07º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #528E09 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 9 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.44 |
| HSL | 87.07º | 0.88% | 0.3% | - |
| HSV(B) | 87.07º | 0.94% | 0.56% | - |
| XYZ | 13.2 | 21.16 | 3.65 | - |
| YUV | 108.9 | 71.62 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 9 | 0.42 | 0 | 0.94 | 0.44 | 87.07 | 0.88 | 0.3 |
| Hex | 52 | 8E | 9 | 2A | 0 | 5E | 2C | 57 | 58 | 1E |
| Octal | 122 | 216 | 11 | 52 | 0 | 136 | 54 | 127 | 130 | 36 |
| Binary | 1010010 | 10001110 | 1001 | 101010 | 0 | 1011110 | 101100 | 1010111 | 1011000 | 11110 |
Color Harmonies of #528E09
Complementary color
Monochromatic Colors of #528E09
Black with #528E09
Text Example
Text Example
White with #528E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E09; }
p { color: rgb(82,142,9); }
H1.HeaderClassName
{
color: #528E09;
}
.AnyTagClassName
{
color: #528E09;
}
</style>
background-color css
<style>
a { background-color: #528E09; }
a { background-color: rgb(82,142,9); }
div.DivClassName
{
background-color: #528E09;
}
.BgClassName
{
background-color: #528E09;
}
</style>
border-color css
<style>
span { border-color: #528E09; }
span { border-color: rgb(82,142,9); }
td.TdClassName
{
border-color: #528E09;
}
.TagClassName
{
border-color: #528E09;
}
</style>