Shades of Vida Loca #508A23
Tints of Vida Loca #508A23
RGB
CMYK
RGB Variations
Color information
#508A23 (or 0x508A23) is known color: Vida Loca. HEX triplet: 50, 8A and 23. RGB value is (80,138,35). Sum of RGB (Red+Green+Blue) = 80+138+35=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 138 (54.30% from 255 or 54.55% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 138 - color contains mainly: green. Hex color #508A23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508A23 is #AF75DC. Grayscale: #6D6D6D. Windows color (decimal): -11498973 or 2329168. OLE color: 2329168.
HSL color Cylindrical-coordinate representation of color #508A23: hue angle of 93.79º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #508A23 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 35 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.46 |
| HSL | 93.79º | 0.6% | 0.34% | - |
| HSV(B) | 93.79º | 0.75% | 0.54% | - |
| XYZ | 12.7 | 20 | 4.78 | - |
| YUV | 108.92 | 86.28 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 35 | 0.42 | 0 | 0.75 | 0.46 | 93.79 | 0.6 | 0.34 |
| Hex | 50 | 8A | 23 | 2A | 0 | 4B | 2E | 5E | 3C | 22 |
| Octal | 120 | 212 | 43 | 52 | 0 | 113 | 56 | 136 | 74 | 42 |
| Binary | 1010000 | 10001010 | 100011 | 101010 | 0 | 1001011 | 101110 | 1011110 | 111100 | 100010 |
Color Harmonies of #508A23
Complementary color
Monochromatic Colors of #508A23
Black with #508A23
Text Example
Text Example
White with #508A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A23; }
p { color: rgb(80,138,35); }
H1.HeaderClassName
{
color: #508A23;
}
.AnyTagClassName
{
color: #508A23;
}
</style>
background-color css
<style>
a { background-color: #508A23; }
a { background-color: rgb(80,138,35); }
div.DivClassName
{
background-color: #508A23;
}
.BgClassName
{
background-color: #508A23;
}
</style>
border-color css
<style>
span { border-color: #508A23; }
span { border-color: rgb(80,138,35); }
td.TdClassName
{
border-color: #508A23;
}
.TagClassName
{
border-color: #508A23;
}
</style>