Shades of Vida Loca #508E09
Tints of Vida Loca #508E09
RGB
CMYK
RGB Variations
Color information
#508E09 (or 0x508E09) is known color: Vida Loca. HEX triplet: 50, 8E and 09. RGB value is (80,142,9). Sum of RGB (Red+Green+Blue) = 80+142+9=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 142 (55.86% from 255 or 61.47% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 142 - color contains mainly: green. Hex color #508E09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508E09 is #AF71F6. Grayscale: #6C6C6C. Windows color (decimal): -11497975 or 626256. OLE color: 626256.
HSL color Cylindrical-coordinate representation of color #508E09: hue angle of 87.97º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #508E09 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 9 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.44 |
| HSL | 87.97º | 0.88% | 0.3% | - |
| HSV(B) | 87.97º | 0.94% | 0.56% | - |
| XYZ | 13.03 | 21.07 | 3.64 | - |
| YUV | 108.3 | 71.96 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 9 | 0.44 | 0 | 0.94 | 0.44 | 87.97 | 0.88 | 0.3 |
| Hex | 50 | 8E | 9 | 2C | 0 | 5E | 2C | 58 | 58 | 1E |
| Octal | 120 | 216 | 11 | 54 | 0 | 136 | 54 | 130 | 130 | 36 |
| Binary | 1010000 | 10001110 | 1001 | 101100 | 0 | 1011110 | 101100 | 1011000 | 1011000 | 11110 |
Color Harmonies of #508E09
Complementary color
Monochromatic Colors of #508E09
Black with #508E09
Text Example
Text Example
White with #508E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E09; }
p { color: rgb(80,142,9); }
H1.HeaderClassName
{
color: #508E09;
}
.AnyTagClassName
{
color: #508E09;
}
</style>
background-color css
<style>
a { background-color: #508E09; }
a { background-color: rgb(80,142,9); }
div.DivClassName
{
background-color: #508E09;
}
.BgClassName
{
background-color: #508E09;
}
</style>
border-color css
<style>
span { border-color: #508E09; }
span { border-color: rgb(80,142,9); }
td.TdClassName
{
border-color: #508E09;
}
.TagClassName
{
border-color: #508E09;
}
</style>