Shades of Vida Loca #508B19
Tints of Vida Loca #508B19
RGB
CMYK
RGB Variations
Color information
#508B19 (or 0x508B19) is known color: Vida Loca. HEX triplet: 50, 8B and 19. RGB value is (80,139,25). Sum of RGB (Red+Green+Blue) = 80+139+25=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #508B19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508B19 is #AF74E6. Grayscale: #6C6C6C. Windows color (decimal): -11498727 or 1674064. OLE color: 1674064.
HSL color Cylindrical-coordinate representation of color #508B19: hue angle of 91.05º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #508B19 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 25 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.45 |
| HSL | 91.05º | 0.7% | 0.32% | - |
| HSV(B) | 91.05º | 0.82% | 0.55% | - |
| XYZ | 12.72 | 20.24 | 4.16 | - |
| YUV | 108.36 | 80.95 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 25 | 0.42 | 0 | 0.82 | 0.45 | 91.05 | 0.7 | 0.32 |
| Hex | 50 | 8B | 19 | 2A | 0 | 52 | 2D | 5B | 46 | 20 |
| Octal | 120 | 213 | 31 | 52 | 0 | 122 | 55 | 133 | 106 | 40 |
| Binary | 1010000 | 10001011 | 11001 | 101010 | 0 | 1010010 | 101101 | 1011011 | 1000110 | 100000 |
Color Harmonies of #508B19
Complementary color
Monochromatic Colors of #508B19
Black with #508B19
Text Example
Text Example
White with #508B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B19; }
p { color: rgb(80,139,25); }
H1.HeaderClassName
{
color: #508B19;
}
.AnyTagClassName
{
color: #508B19;
}
</style>
background-color css
<style>
a { background-color: #508B19; }
a { background-color: rgb(80,139,25); }
div.DivClassName
{
background-color: #508B19;
}
.BgClassName
{
background-color: #508B19;
}
</style>
border-color css
<style>
span { border-color: #508B19; }
span { border-color: rgb(80,139,25); }
td.TdClassName
{
border-color: #508B19;
}
.TagClassName
{
border-color: #508B19;
}
</style>