Shades of Vida Loca #508A00
Tints of Vida Loca #508A00
RGB
CMYK
RGB Variations
Color information
#508A00 (or 0x508A00) is known color: Vida Loca. HEX triplet: 50, 8A and 00. RGB value is (80,138,0). Sum of RGB (Red+Green+Blue) = 80+138+0=218 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.70% from 218); Green value is 138 (54.30% from 255 or 63.30% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 138 - color contains mainly: green. Hex color #508A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508A00 is #AF75FF. Grayscale: #696969. Windows color (decimal): -11499008 or 35408. OLE color: 35408.
HSL color Cylindrical-coordinate representation of color #508A00: hue angle of 85.22º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #508A00 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.46 |
| HSL | 85.22º | 1% | 0.27% | - |
| HSV(B) | 85.22º | 1% | 0.54% | - |
| XYZ | 12.4 | 19.88 | 3.18 | - |
| YUV | 104.93 | 68.78 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 0 | 0.42 | 0 | 1 | 0.46 | 85.22 | 1 | 0.27 |
| Hex | 50 | 8A | 0 | 2A | 0 | 64 | 2E | 55 | 64 | 1B |
| Octal | 120 | 212 | 0 | 52 | 0 | 144 | 56 | 125 | 144 | 33 |
| Binary | 1010000 | 10001010 | 0 | 101010 | 0 | 1100100 | 101110 | 1010101 | 1100100 | 11011 |
Color Harmonies of #508A00
Complementary color
Monochromatic Colors of #508A00
Black with #508A00
Text Example
Text Example
White with #508A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A00; }
p { color: rgb(80,138,0); }
H1.HeaderClassName
{
color: #508A00;
}
.AnyTagClassName
{
color: #508A00;
}
</style>
background-color css
<style>
a { background-color: #508A00; }
a { background-color: rgb(80,138,0); }
div.DivClassName
{
background-color: #508A00;
}
.BgClassName
{
background-color: #508A00;
}
</style>
border-color css
<style>
span { border-color: #508A00; }
span { border-color: rgb(80,138,0); }
td.TdClassName
{
border-color: #508A00;
}
.TagClassName
{
border-color: #508A00;
}
</style>