Shades of Vida Loca #508D19
Tints of Vida Loca #508D19
RGB
CMYK
RGB Variations
Color information
#508D19 (or 0x508D19) is known color: Vida Loca. HEX triplet: 50, 8D and 19. RGB value is (80,141,25). Sum of RGB (Red+Green+Blue) = 80+141+25=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 141 (55.47% from 255 or 57.32% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 141 - color contains mainly: green. Hex color #508D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508D19 is #AF72E6. Grayscale: #6D6D6D. Windows color (decimal): -11498215 or 1674576. OLE color: 1674576.
HSL color Cylindrical-coordinate representation of color #508D19: hue angle of 91.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #508D19 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 25 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.45 |
| HSL | 91.55º | 0.7% | 0.33% | - |
| HSV(B) | 91.55º | 0.82% | 0.55% | - |
| XYZ | 13.01 | 20.83 | 4.25 | - |
| YUV | 109.54 | 80.29 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 25 | 0.43 | 0 | 0.82 | 0.45 | 91.55 | 0.7 | 0.33 |
| Hex | 50 | 8D | 19 | 2B | 0 | 52 | 2D | 5C | 46 | 21 |
| Octal | 120 | 215 | 31 | 53 | 0 | 122 | 55 | 134 | 106 | 41 |
| Binary | 1010000 | 10001101 | 11001 | 101011 | 0 | 1010010 | 101101 | 1011100 | 1000110 | 100001 |
Color Harmonies of #508D19
Complementary color
Monochromatic Colors of #508D19
Black with #508D19
Text Example
Text Example
White with #508D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D19; }
p { color: rgb(80,141,25); }
H1.HeaderClassName
{
color: #508D19;
}
.AnyTagClassName
{
color: #508D19;
}
</style>
background-color css
<style>
a { background-color: #508D19; }
a { background-color: rgb(80,141,25); }
div.DivClassName
{
background-color: #508D19;
}
.BgClassName
{
background-color: #508D19;
}
</style>
border-color css
<style>
span { border-color: #508D19; }
span { border-color: rgb(80,141,25); }
td.TdClassName
{
border-color: #508D19;
}
.TagClassName
{
border-color: #508D19;
}
</style>