Shades of Vida Loca #508A05
Tints of Vida Loca #508A05
RGB
CMYK
RGB Variations
Color information
#508A05 (or 0x508A05) is known color: Vida Loca. HEX triplet: 50, 8A and 05. RGB value is (80,138,5). Sum of RGB (Red+Green+Blue) = 80+138+5=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 138 (54.30% from 255 or 61.88% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 138 - color contains mainly: green. Hex color #508A05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508A05 is #AF75FA. Grayscale: #696969. Windows color (decimal): -11499003 or 363088. OLE color: 363088.
HSL color Cylindrical-coordinate representation of color #508A05: hue angle of 86.17º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #508A05 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 5 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.46 |
| HSL | 86.17º | 0.93% | 0.28% | - |
| HSV(B) | 86.17º | 0.96% | 0.54% | - |
| XYZ | 12.42 | 19.89 | 3.33 | - |
| YUV | 105.5 | 71.28 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 5 | 0.42 | 0 | 0.96 | 0.46 | 86.17 | 0.93 | 0.28 |
| Hex | 50 | 8A | 5 | 2A | 0 | 60 | 2E | 56 | 5D | 1C |
| Octal | 120 | 212 | 5 | 52 | 0 | 140 | 56 | 126 | 135 | 34 |
| Binary | 1010000 | 10001010 | 101 | 101010 | 0 | 1100000 | 101110 | 1010110 | 1011101 | 11100 |
Color Harmonies of #508A05
Complementary color
Monochromatic Colors of #508A05
Black with #508A05
Text Example
Text Example
White with #508A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A05; }
p { color: rgb(80,138,5); }
H1.HeaderClassName
{
color: #508A05;
}
.AnyTagClassName
{
color: #508A05;
}
</style>
background-color css
<style>
a { background-color: #508A05; }
a { background-color: rgb(80,138,5); }
div.DivClassName
{
background-color: #508A05;
}
.BgClassName
{
background-color: #508A05;
}
</style>
border-color css
<style>
span { border-color: #508A05; }
span { border-color: rgb(80,138,5); }
td.TdClassName
{
border-color: #508A05;
}
.TagClassName
{
border-color: #508A05;
}
</style>