Shades of Vida Loca #507F14
Tints of Vida Loca #507F14
RGB
CMYK
RGB Variations
Color information
#507F14 (or 0x507F14) is known color: Vida Loca. HEX triplet: 50, 7F and 14. RGB value is (80,127,20). Sum of RGB (Red+Green+Blue) = 80+127+20=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #507F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507F14 is #AF80EB. Grayscale: #656565. Windows color (decimal): -11501804 or 1343312. OLE color: 1343312.
HSL color Cylindrical-coordinate representation of color #507F14: hue angle of 86.36º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #507F14 is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 20 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.50 |
| HSL | 86.36º | 0.73% | 0.29% | - |
| HSV(B) | 86.36º | 0.84% | 0.5% | - |
| XYZ | 11.02 | 16.93 | 3.35 | - |
| YUV | 100.75 | 82.43 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 20 | 0.37 | 0 | 0.84 | 0.50 | 86.36 | 0.73 | 0.29 |
| Hex | 50 | 7F | 14 | 25 | 0 | 54 | 32 | 56 | 49 | 1D |
| Octal | 120 | 177 | 24 | 45 | 0 | 124 | 62 | 126 | 111 | 35 |
| Binary | 1010000 | 1111111 | 10100 | 100101 | 0 | 1010100 | 110010 | 1010110 | 1001001 | 11101 |
Color Harmonies of #507F14
Complementary color
Monochromatic Colors of #507F14
Black with #507F14
Text Example
Text Example
White with #507F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F14; }
p { color: rgb(80,127,20); }
H1.HeaderClassName
{
color: #507F14;
}
.AnyTagClassName
{
color: #507F14;
}
</style>
background-color css
<style>
a { background-color: #507F14; }
a { background-color: rgb(80,127,20); }
div.DivClassName
{
background-color: #507F14;
}
.BgClassName
{
background-color: #507F14;
}
</style>
border-color css
<style>
span { border-color: #507F14; }
span { border-color: rgb(80,127,20); }
td.TdClassName
{
border-color: #507F14;
}
.TagClassName
{
border-color: #507F14;
}
</style>