Shades of Vida Loca #528D17
Tints of Vida Loca #528D17
RGB
CMYK
RGB Variations
Color information
#528D17 (or 0x528D17) is known color: Vida Loca. HEX triplet: 52, 8D and 17. RGB value is (82,141,23). Sum of RGB (Red+Green+Blue) = 82+141+23=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #528D17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528D17 is #AD72E8. Grayscale: #6E6E6E. Windows color (decimal): -11367145 or 1543506. OLE color: 1543506.
HSL color Cylindrical-coordinate representation of color #528D17: hue angle of 90º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #528D17 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 141 | 23 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.45 |
| HSL | 90º | 0.72% | 0.32% | - |
| HSV(B) | 90º | 0.84% | 0.55% | - |
| XYZ | 13.16 | 20.91 | 4.15 | - |
| YUV | 109.91 | 78.95 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 23 | 0.42 | 0 | 0.84 | 0.45 | 90 | 0.72 | 0.32 |
| Hex | 52 | 8D | 17 | 2A | 0 | 54 | 2D | 5A | 48 | 20 |
| Octal | 122 | 215 | 27 | 52 | 0 | 124 | 55 | 132 | 110 | 40 |
| Binary | 1010010 | 10001101 | 10111 | 101010 | 0 | 1010100 | 101101 | 1011010 | 1001000 | 100000 |
Color Harmonies of #528D17
Complementary color
Monochromatic Colors of #528D17
Black with #528D17
Text Example
Text Example
White with #528D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528D17; }
p { color: rgb(82,141,23); }
H1.HeaderClassName
{
color: #528D17;
}
.AnyTagClassName
{
color: #528D17;
}
</style>
background-color css
<style>
a { background-color: #528D17; }
a { background-color: rgb(82,141,23); }
div.DivClassName
{
background-color: #528D17;
}
.BgClassName
{
background-color: #528D17;
}
</style>
border-color css
<style>
span { border-color: #528D17; }
span { border-color: rgb(82,141,23); }
td.TdClassName
{
border-color: #528D17;
}
.TagClassName
{
border-color: #528D17;
}
</style>