Shades of Vida Loca #507F16
Tints of Vida Loca #507F16
RGB
CMYK
RGB Variations
Color information
#507F16 (or 0x507F16) is known color: Vida Loca. HEX triplet: 50, 7F and 16. RGB value is (80,127,22). Sum of RGB (Red+Green+Blue) = 80+127+22=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 127 (50% from 255 or 55.46% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 127 - color contains mainly: green. Hex color #507F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507F16 is #AF80E9. Grayscale: #656565. Windows color (decimal): -11501802 or 1474384. OLE color: 1474384.
HSL color Cylindrical-coordinate representation of color #507F16: hue angle of 86.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #507F16 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 22 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.50 |
| HSL | 86.86º | 0.7% | 0.29% | - |
| HSV(B) | 86.86º | 0.83% | 0.5% | - |
| XYZ | 11.04 | 16.94 | 3.45 | - |
| YUV | 100.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 22 | 0.37 | 0 | 0.83 | 0.50 | 86.86 | 0.7 | 0.29 |
| Hex | 50 | 7F | 16 | 25 | 0 | 53 | 32 | 57 | 46 | 1D |
| Octal | 120 | 177 | 26 | 45 | 0 | 123 | 62 | 127 | 106 | 35 |
| Binary | 1010000 | 1111111 | 10110 | 100101 | 0 | 1010011 | 110010 | 1010111 | 1000110 | 11101 |
Color Harmonies of #507F16
Complementary color
Monochromatic Colors of #507F16
Black with #507F16
Text Example
Text Example
White with #507F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F16; }
p { color: rgb(80,127,22); }
H1.HeaderClassName
{
color: #507F16;
}
.AnyTagClassName
{
color: #507F16;
}
</style>
background-color css
<style>
a { background-color: #507F16; }
a { background-color: rgb(80,127,22); }
div.DivClassName
{
background-color: #507F16;
}
.BgClassName
{
background-color: #507F16;
}
</style>
border-color css
<style>
span { border-color: #507F16; }
span { border-color: rgb(80,127,22); }
td.TdClassName
{
border-color: #507F16;
}
.TagClassName
{
border-color: #507F16;
}
</style>