Shades of Vida Loca #508C0B
Tints of Vida Loca #508C0B
RGB
CMYK
RGB Variations
Color information
#508C0B (or 0x508C0B) is known color: Vida Loca. HEX triplet: 50, 8C and 0B. RGB value is (80,140,11). Sum of RGB (Red+Green+Blue) = 80+140+11=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 140 (55.08% from 255 or 60.61% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 140 - color contains mainly: green. Hex color #508C0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508C0B is #AF73F4. Grayscale: #6B6B6B. Windows color (decimal): -11498485 or 756816. OLE color: 756816.
HSL color Cylindrical-coordinate representation of color #508C0B: hue angle of 87.91º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #508C0B is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 140 | 11 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.45 |
| HSL | 87.91º | 0.85% | 0.3% | - |
| HSV(B) | 87.91º | 0.92% | 0.55% | - |
| XYZ | 12.75 | 20.49 | 3.6 | - |
| YUV | 107.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 140 | 11 | 0.43 | 0 | 0.92 | 0.45 | 87.91 | 0.85 | 0.3 |
| Hex | 50 | 8C | B | 2B | 0 | 5C | 2D | 58 | 55 | 1E |
| Octal | 120 | 214 | 13 | 53 | 0 | 134 | 55 | 130 | 125 | 36 |
| Binary | 1010000 | 10001100 | 1011 | 101011 | 0 | 1011100 | 101101 | 1011000 | 1010101 | 11110 |
Color Harmonies of #508C0B
Complementary color
Monochromatic Colors of #508C0B
Black with #508C0B
Text Example
Text Example
White with #508C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508C0B; }
p { color: rgb(80,140,11); }
H1.HeaderClassName
{
color: #508C0B;
}
.AnyTagClassName
{
color: #508C0B;
}
</style>
background-color css
<style>
a { background-color: #508C0B; }
a { background-color: rgb(80,140,11); }
div.DivClassName
{
background-color: #508C0B;
}
.BgClassName
{
background-color: #508C0B;
}
</style>
border-color css
<style>
span { border-color: #508C0B; }
span { border-color: rgb(80,140,11); }
td.TdClassName
{
border-color: #508C0B;
}
.TagClassName
{
border-color: #508C0B;
}
</style>