Shades of Vida Loca #508E1F
Tints of Vida Loca #508E1F
RGB
CMYK
RGB Variations
Color information
#508E1F (or 0x508E1F) is known color: Vida Loca. HEX triplet: 50, 8E and 1F. RGB value is (80,142,31). Sum of RGB (Red+Green+Blue) = 80+142+31=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #508E1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E1F is #AF71E0. Grayscale: #6F6F6F. Windows color (decimal): -11497953 or 2068048. OLE color: 2068048.
HSL color Cylindrical-coordinate representation of color #508E1F: hue angle of 93.51º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #508E1F is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 31 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.44 |
| HSL | 93.51º | 0.64% | 0.34% | - |
| HSV(B) | 93.51º | 0.78% | 0.56% | - |
| XYZ | 13.23 | 21.15 | 4.68 | - |
| YUV | 110.81 | 82.96 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 31 | 0.44 | 0 | 0.78 | 0.44 | 93.51 | 0.64 | 0.34 |
| Hex | 50 | 8E | 1F | 2C | 0 | 4E | 2C | 5E | 40 | 22 |
| Octal | 120 | 216 | 37 | 54 | 0 | 116 | 54 | 136 | 100 | 42 |
| Binary | 1010000 | 10001110 | 11111 | 101100 | 0 | 1001110 | 101100 | 1011110 | 1000000 | 100010 |
Color Harmonies of #508E1F
Complementary color
Monochromatic Colors of #508E1F
Black with #508E1F
Text Example
Text Example
White with #508E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E1F; }
p { color: rgb(80,142,31); }
H1.HeaderClassName
{
color: #508E1F;
}
.AnyTagClassName
{
color: #508E1F;
}
</style>
background-color css
<style>
a { background-color: #508E1F; }
a { background-color: rgb(80,142,31); }
div.DivClassName
{
background-color: #508E1F;
}
.BgClassName
{
background-color: #508E1F;
}
</style>
border-color css
<style>
span { border-color: #508E1F; }
span { border-color: rgb(80,142,31); }
td.TdClassName
{
border-color: #508E1F;
}
.TagClassName
{
border-color: #508E1F;
}
</style>