Shades of Vida Loca #508E14
Tints of Vida Loca #508E14
RGB
CMYK
RGB Variations
Color information
#508E14 (or 0x508E14) is known color: Vida Loca. HEX triplet: 50, 8E and 14. RGB value is (80,142,20). Sum of RGB (Red+Green+Blue) = 80+142+20=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #508E14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508E14 is #AF71EB. Grayscale: #6D6D6D. Windows color (decimal): -11497964 or 1347152. OLE color: 1347152.
HSL color Cylindrical-coordinate representation of color #508E14: hue angle of 90.49º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #508E14 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 20 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.44 |
| HSL | 90.49º | 0.75% | 0.32% | - |
| HSV(B) | 90.49º | 0.86% | 0.56% | - |
| XYZ | 13.11 | 21.1 | 4.04 | - |
| YUV | 109.55 | 77.46 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 20 | 0.44 | 0 | 0.86 | 0.44 | 90.49 | 0.75 | 0.32 |
| Hex | 50 | 8E | 14 | 2C | 0 | 56 | 2C | 5A | 4B | 20 |
| Octal | 120 | 216 | 24 | 54 | 0 | 126 | 54 | 132 | 113 | 40 |
| Binary | 1010000 | 10001110 | 10100 | 101100 | 0 | 1010110 | 101100 | 1011010 | 1001011 | 100000 |
Color Harmonies of #508E14
Complementary color
Monochromatic Colors of #508E14
Black with #508E14
Text Example
Text Example
White with #508E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E14; }
p { color: rgb(80,142,20); }
H1.HeaderClassName
{
color: #508E14;
}
.AnyTagClassName
{
color: #508E14;
}
</style>
background-color css
<style>
a { background-color: #508E14; }
a { background-color: rgb(80,142,20); }
div.DivClassName
{
background-color: #508E14;
}
.BgClassName
{
background-color: #508E14;
}
</style>
border-color css
<style>
span { border-color: #508E14; }
span { border-color: rgb(80,142,20); }
td.TdClassName
{
border-color: #508E14;
}
.TagClassName
{
border-color: #508E14;
}
</style>