Shades of Vida Loca #508D1D
Tints of Vida Loca #508D1D
RGB
CMYK
RGB Variations
Color information
#508D1D (or 0x508D1D) is known color: Vida Loca. HEX triplet: 50, 8D and 1D. RGB value is (80,141,29). Sum of RGB (Red+Green+Blue) = 80+141+29=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #508D1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D1D is #AF72E2. Grayscale: #6E6E6E. Windows color (decimal): -11498211 or 1936720. OLE color: 1936720.
HSL color Cylindrical-coordinate representation of color #508D1D: hue angle of 92.68º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #508D1D is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 29 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.45 |
| HSL | 92.68º | 0.66% | 0.33% | - |
| HSV(B) | 92.68º | 0.79% | 0.55% | - |
| XYZ | 13.05 | 20.84 | 4.5 | - |
| YUV | 109.99 | 82.29 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 29 | 0.43 | 0 | 0.79 | 0.45 | 92.68 | 0.66 | 0.33 |
| Hex | 50 | 8D | 1D | 2B | 0 | 4F | 2D | 5D | 42 | 21 |
| Octal | 120 | 215 | 35 | 53 | 0 | 117 | 55 | 135 | 102 | 41 |
| Binary | 1010000 | 10001101 | 11101 | 101011 | 0 | 1001111 | 101101 | 1011101 | 1000010 | 100001 |
Color Harmonies of #508D1D
Complementary color
Monochromatic Colors of #508D1D
Black with #508D1D
Text Example
Text Example
White with #508D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D1D; }
p { color: rgb(80,141,29); }
H1.HeaderClassName
{
color: #508D1D;
}
.AnyTagClassName
{
color: #508D1D;
}
</style>
background-color css
<style>
a { background-color: #508D1D; }
a { background-color: rgb(80,141,29); }
div.DivClassName
{
background-color: #508D1D;
}
.BgClassName
{
background-color: #508D1D;
}
</style>
border-color css
<style>
span { border-color: #508D1D; }
span { border-color: rgb(80,141,29); }
td.TdClassName
{
border-color: #508D1D;
}
.TagClassName
{
border-color: #508D1D;
}
</style>