Shades of Vida Loca #508E1B
Tints of Vida Loca #508E1B
RGB
CMYK
RGB Variations
Color information
#508E1B (or 0x508E1B) is known color: Vida Loca. HEX triplet: 50, 8E and 1B. RGB value is (80,142,27). Sum of RGB (Red+Green+Blue) = 80+142+27=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 142 (55.86% from 255 or 57.03% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 142 - color contains mainly: green. Hex color #508E1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E1B is #AF71E4. Grayscale: #6E6E6E. Windows color (decimal): -11497957 or 1805904. OLE color: 1805904.
HSL color Cylindrical-coordinate representation of color #508E1B: hue angle of 92.35º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #508E1B is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 27 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.44 |
| HSL | 92.35º | 0.68% | 0.33% | - |
| HSV(B) | 92.35º | 0.81% | 0.56% | - |
| XYZ | 13.18 | 21.13 | 4.42 | - |
| YUV | 110.35 | 80.96 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 27 | 0.44 | 0 | 0.81 | 0.44 | 92.35 | 0.68 | 0.33 |
| Hex | 50 | 8E | 1B | 2C | 0 | 51 | 2C | 5C | 44 | 21 |
| Octal | 120 | 216 | 33 | 54 | 0 | 121 | 54 | 134 | 104 | 41 |
| Binary | 1010000 | 10001110 | 11011 | 101100 | 0 | 1010001 | 101100 | 1011100 | 1000100 | 100001 |
Color Harmonies of #508E1B
Complementary color
Monochromatic Colors of #508E1B
Black with #508E1B
Text Example
Text Example
White with #508E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E1B; }
p { color: rgb(80,142,27); }
H1.HeaderClassName
{
color: #508E1B;
}
.AnyTagClassName
{
color: #508E1B;
}
</style>
background-color css
<style>
a { background-color: #508E1B; }
a { background-color: rgb(80,142,27); }
div.DivClassName
{
background-color: #508E1B;
}
.BgClassName
{
background-color: #508E1B;
}
</style>
border-color css
<style>
span { border-color: #508E1B; }
span { border-color: rgb(80,142,27); }
td.TdClassName
{
border-color: #508E1B;
}
.TagClassName
{
border-color: #508E1B;
}
</style>