Shades of Vida Loca #508B08
Tints of Vida Loca #508B08
RGB
CMYK
RGB Variations
Color information
#508B08 (or 0x508B08) is known color: Vida Loca. HEX triplet: 50, 8B and 08. RGB value is (80,139,8). Sum of RGB (Red+Green+Blue) = 80+139+8=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 139 (54.69% from 255 or 61.23% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 139 - color contains mainly: green. Hex color #508B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508B08 is #AF74F7. Grayscale: #6A6A6A. Windows color (decimal): -11498744 or 559952. OLE color: 559952.
HSL color Cylindrical-coordinate representation of color #508B08: hue angle of 87.02º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #508B08 is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 8 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.45 |
| HSL | 87.02º | 0.89% | 0.29% | - |
| HSV(B) | 87.02º | 0.94% | 0.55% | - |
| XYZ | 12.58 | 20.19 | 3.46 | - |
| YUV | 106.43 | 72.45 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 8 | 0.42 | 0 | 0.94 | 0.45 | 87.02 | 0.89 | 0.29 |
| Hex | 50 | 8B | 8 | 2A | 0 | 5E | 2D | 57 | 59 | 1D |
| Octal | 120 | 213 | 10 | 52 | 0 | 136 | 55 | 127 | 131 | 35 |
| Binary | 1010000 | 10001011 | 1000 | 101010 | 0 | 1011110 | 101101 | 1010111 | 1011001 | 11101 |
Color Harmonies of #508B08
Complementary color
Monochromatic Colors of #508B08
Black with #508B08
Text Example
Text Example
White with #508B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B08; }
p { color: rgb(80,139,8); }
H1.HeaderClassName
{
color: #508B08;
}
.AnyTagClassName
{
color: #508B08;
}
</style>
background-color css
<style>
a { background-color: #508B08; }
a { background-color: rgb(80,139,8); }
div.DivClassName
{
background-color: #508B08;
}
.BgClassName
{
background-color: #508B08;
}
</style>
border-color css
<style>
span { border-color: #508B08; }
span { border-color: rgb(80,139,8); }
td.TdClassName
{
border-color: #508B08;
}
.TagClassName
{
border-color: #508B08;
}
</style>