Shades of Vida Loca #508A04
Tints of Vida Loca #508A04
RGB
CMYK
RGB Variations
Color information
#508A04 (or 0x508A04) is known color: Vida Loca. HEX triplet: 50, 8A and 04. RGB value is (80,138,4). Sum of RGB (Red+Green+Blue) = 80+138+4=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 138 (54.30% from 255 or 62.16% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 138 - color contains mainly: green. Hex color #508A04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508A04 is #AF75FB. Grayscale: #696969. Windows color (decimal): -11499004 or 297552. OLE color: 297552.
HSL color Cylindrical-coordinate representation of color #508A04: hue angle of 85.97º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #508A04 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 4 | - |
| CMYK | 0.42 | 0 | 0.97 | 0.46 |
| HSL | 85.97º | 0.94% | 0.28% | - |
| HSV(B) | 85.97º | 0.97% | 0.54% | - |
| XYZ | 12.42 | 19.89 | 3.3 | - |
| YUV | 105.38 | 70.78 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 4 | 0.42 | 0 | 0.97 | 0.46 | 85.97 | 0.94 | 0.28 |
| Hex | 50 | 8A | 4 | 2A | 0 | 61 | 2E | 56 | 5E | 1C |
| Octal | 120 | 212 | 4 | 52 | 0 | 141 | 56 | 126 | 136 | 34 |
| Binary | 1010000 | 10001010 | 100 | 101010 | 0 | 1100001 | 101110 | 1010110 | 1011110 | 11100 |
Color Harmonies of #508A04
Complementary color
Monochromatic Colors of #508A04
Black with #508A04
Text Example
Text Example
White with #508A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A04; }
p { color: rgb(80,138,4); }
H1.HeaderClassName
{
color: #508A04;
}
.AnyTagClassName
{
color: #508A04;
}
</style>
background-color css
<style>
a { background-color: #508A04; }
a { background-color: rgb(80,138,4); }
div.DivClassName
{
background-color: #508A04;
}
.BgClassName
{
background-color: #508A04;
}
</style>
border-color css
<style>
span { border-color: #508A04; }
span { border-color: rgb(80,138,4); }
td.TdClassName
{
border-color: #508A04;
}
.TagClassName
{
border-color: #508A04;
}
</style>