Shades of Vida Loca #508B0C
Tints of Vida Loca #508B0C
RGB
CMYK
RGB Variations
Color information
#508B0C (or 0x508B0C) is known color: Vida Loca. HEX triplet: 50, 8B and 0C. RGB value is (80,139,12). Sum of RGB (Red+Green+Blue) = 80+139+12=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 139 (54.69% from 255 or 60.17% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 139 - color contains mainly: green. Hex color #508B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508B0C is #AF74F3. Grayscale: #6B6B6B. Windows color (decimal): -11498740 or 822096. OLE color: 822096.
HSL color Cylindrical-coordinate representation of color #508B0C: hue angle of 87.87º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #508B0C is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 12 | - |
| CMYK | 0.42 | 0 | 0.91 | 0.45 |
| HSL | 87.87º | 0.84% | 0.3% | - |
| HSV(B) | 87.87º | 0.91% | 0.55% | - |
| XYZ | 12.61 | 20.2 | 3.58 | - |
| YUV | 106.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 12 | 0.42 | 0 | 0.91 | 0.45 | 87.87 | 0.84 | 0.3 |
| Hex | 50 | 8B | C | 2A | 0 | 5B | 2D | 58 | 54 | 1E |
| Octal | 120 | 213 | 14 | 52 | 0 | 133 | 55 | 130 | 124 | 36 |
| Binary | 1010000 | 10001011 | 1100 | 101010 | 0 | 1011011 | 101101 | 1011000 | 1010100 | 11110 |
Color Harmonies of #508B0C
Complementary color
Monochromatic Colors of #508B0C
Black with #508B0C
Text Example
Text Example
White with #508B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B0C; }
p { color: rgb(80,139,12); }
H1.HeaderClassName
{
color: #508B0C;
}
.AnyTagClassName
{
color: #508B0C;
}
</style>
background-color css
<style>
a { background-color: #508B0C; }
a { background-color: rgb(80,139,12); }
div.DivClassName
{
background-color: #508B0C;
}
.BgClassName
{
background-color: #508B0C;
}
</style>
border-color css
<style>
span { border-color: #508B0C; }
span { border-color: rgb(80,139,12); }
td.TdClassName
{
border-color: #508B0C;
}
.TagClassName
{
border-color: #508B0C;
}
</style>