Shades of Vida Loca #507F13
Tints of Vida Loca #507F13
RGB
CMYK
RGB Variations
Color information
#507F13 (or 0x507F13) is known color: Vida Loca. HEX triplet: 50, 7F and 13. RGB value is (80,127,19). Sum of RGB (Red+Green+Blue) = 80+127+19=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 127 (50% from 255 or 56.19% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 127 - color contains mainly: green. Hex color #507F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507F13 is #AF80EC. Grayscale: #656565. Windows color (decimal): -11501805 or 1277776. OLE color: 1277776.
HSL color Cylindrical-coordinate representation of color #507F13: hue angle of 86.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #507F13 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 19 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.50 |
| HSL | 86.11º | 0.74% | 0.29% | - |
| HSV(B) | 86.11º | 0.85% | 0.5% | - |
| XYZ | 11.02 | 16.93 | 3.3 | - |
| YUV | 100.64 | 81.93 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 19 | 0.37 | 0 | 0.85 | 0.50 | 86.11 | 0.74 | 0.29 |
| Hex | 50 | 7F | 13 | 25 | 0 | 55 | 32 | 56 | 4A | 1D |
| Octal | 120 | 177 | 23 | 45 | 0 | 125 | 62 | 126 | 112 | 35 |
| Binary | 1010000 | 1111111 | 10011 | 100101 | 0 | 1010101 | 110010 | 1010110 | 1001010 | 11101 |
Color Harmonies of #507F13
Complementary color
Monochromatic Colors of #507F13
Black with #507F13
Text Example
Text Example
White with #507F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F13; }
p { color: rgb(80,127,19); }
H1.HeaderClassName
{
color: #507F13;
}
.AnyTagClassName
{
color: #507F13;
}
</style>
background-color css
<style>
a { background-color: #507F13; }
a { background-color: rgb(80,127,19); }
div.DivClassName
{
background-color: #507F13;
}
.BgClassName
{
background-color: #507F13;
}
</style>
border-color css
<style>
span { border-color: #507F13; }
span { border-color: rgb(80,127,19); }
td.TdClassName
{
border-color: #507F13;
}
.TagClassName
{
border-color: #507F13;
}
</style>