Shades of Vida Loca #508A16
Tints of Vida Loca #508A16
RGB
CMYK
RGB Variations
Color information
#508A16 (or 0x508A16) is known color: Vida Loca. HEX triplet: 50, 8A and 16. RGB value is (80,138,22). Sum of RGB (Red+Green+Blue) = 80+138+22=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #508A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508A16 is #AF75E9. Grayscale: #6B6B6B. Windows color (decimal): -11498986 or 1477200. OLE color: 1477200.
HSL color Cylindrical-coordinate representation of color #508A16: hue angle of 90º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #508A16 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 22 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.46 |
| HSL | 90º | 0.73% | 0.31% | - |
| HSV(B) | 90º | 0.84% | 0.54% | - |
| XYZ | 12.54 | 19.94 | 3.95 | - |
| YUV | 107.43 | 79.78 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 22 | 0.42 | 0 | 0.84 | 0.46 | 90 | 0.73 | 0.31 |
| Hex | 50 | 8A | 16 | 2A | 0 | 54 | 2E | 5A | 48 | 1F |
| Octal | 120 | 212 | 26 | 52 | 0 | 124 | 56 | 132 | 110 | 37 |
| Binary | 1010000 | 10001010 | 10110 | 101010 | 0 | 1010100 | 101110 | 1011010 | 1001000 | 11111 |
Color Harmonies of #508A16
Complementary color
Monochromatic Colors of #508A16
Black with #508A16
Text Example
Text Example
White with #508A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A16; }
p { color: rgb(80,138,22); }
H1.HeaderClassName
{
color: #508A16;
}
.AnyTagClassName
{
color: #508A16;
}
</style>
background-color css
<style>
a { background-color: #508A16; }
a { background-color: rgb(80,138,22); }
div.DivClassName
{
background-color: #508A16;
}
.BgClassName
{
background-color: #508A16;
}
</style>
border-color css
<style>
span { border-color: #508A16; }
span { border-color: rgb(80,138,22); }
td.TdClassName
{
border-color: #508A16;
}
.TagClassName
{
border-color: #508A16;
}
</style>