Shades of Vida Loca #528C00
Tints of Vida Loca #528C00
RGB
CMYK
RGB Variations
Color information
#528C00 (or 0x528C00) is known color: Vida Loca. HEX triplet: 52, 8C and 00. RGB value is (82,140,0). Sum of RGB (Red+Green+Blue) = 82+140+0=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 140 (55.08% from 255 or 63.06% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 140 - color contains mainly: green. Hex color #528C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528C00 is #AD73FF. Grayscale: #6B6B6B. Windows color (decimal): -11367424 or 35922. OLE color: 35922.
HSL color Cylindrical-coordinate representation of color #528C00: hue angle of 84.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #528C00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.45 |
| HSL | 84.86º | 1% | 0.27% | - |
| HSV(B) | 84.86º | 1% | 0.55% | - |
| XYZ | 12.86 | 20.55 | 3.29 | - |
| YUV | 106.7 | 67.78 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 0 | 0.41 | 0 | 1 | 0.45 | 84.86 | 1 | 0.27 |
| Hex | 52 | 8C | 0 | 29 | 0 | 64 | 2D | 55 | 64 | 1B |
| Octal | 122 | 214 | 0 | 51 | 0 | 144 | 55 | 125 | 144 | 33 |
| Binary | 1010010 | 10001100 | 0 | 101001 | 0 | 1100100 | 101101 | 1010101 | 1100100 | 11011 |
Color Harmonies of #528C00
Complementary color
Monochromatic Colors of #528C00
Black with #528C00
Text Example
Text Example
White with #528C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C00; }
p { color: rgb(82,140,0); }
H1.HeaderClassName
{
color: #528C00;
}
.AnyTagClassName
{
color: #528C00;
}
</style>
background-color css
<style>
a { background-color: #528C00; }
a { background-color: rgb(82,140,0); }
div.DivClassName
{
background-color: #528C00;
}
.BgClassName
{
background-color: #528C00;
}
</style>
border-color css
<style>
span { border-color: #528C00; }
span { border-color: rgb(82,140,0); }
td.TdClassName
{
border-color: #528C00;
}
.TagClassName
{
border-color: #528C00;
}
</style>