Shades of Vida Loca #528E25
Tints of Vida Loca #528E25
RGB
CMYK
RGB Variations
Color information
#528E25 (or 0x528E25) is known color: Vida Loca. HEX triplet: 52, 8E and 25. RGB value is (82,142,37). Sum of RGB (Red+Green+Blue) = 82+142+37=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 142 (55.86% from 255 or 54.41% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 142 - color contains mainly: green. Hex color #528E25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528E25 is #AD71DA. Grayscale: #707070. Windows color (decimal): -11366875 or 2461266. OLE color: 2461266.
HSL color Cylindrical-coordinate representation of color #528E25: hue angle of 94.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #528E25 is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 37 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.44 |
| HSL | 94.29º | 0.59% | 0.35% | - |
| HSV(B) | 94.29º | 0.74% | 0.56% | - |
| XYZ | 13.49 | 21.27 | 5.15 | - |
| YUV | 112.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 37 | 0.42 | 0 | 0.74 | 0.44 | 94.29 | 0.59 | 0.35 |
| Hex | 52 | 8E | 25 | 2A | 0 | 4A | 2C | 5E | 3B | 23 |
| Octal | 122 | 216 | 45 | 52 | 0 | 112 | 54 | 136 | 73 | 43 |
| Binary | 1010010 | 10001110 | 100101 | 101010 | 0 | 1001010 | 101100 | 1011110 | 111011 | 100011 |
Color Harmonies of #528E25
Complementary color
Monochromatic Colors of #528E25
Black with #528E25
Text Example
Text Example
White with #528E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E25; }
p { color: rgb(82,142,37); }
H1.HeaderClassName
{
color: #528E25;
}
.AnyTagClassName
{
color: #528E25;
}
</style>
background-color css
<style>
a { background-color: #528E25; }
a { background-color: rgb(82,142,37); }
div.DivClassName
{
background-color: #528E25;
}
.BgClassName
{
background-color: #528E25;
}
</style>
border-color css
<style>
span { border-color: #528E25; }
span { border-color: rgb(82,142,37); }
td.TdClassName
{
border-color: #528E25;
}
.TagClassName
{
border-color: #528E25;
}
</style>