Shades of Vida Loca #508D23
Tints of Vida Loca #508D23
RGB
CMYK
RGB Variations
Color information
#508D23 (or 0x508D23) is known color: Vida Loca. HEX triplet: 50, 8D and 23. RGB value is (80,141,35). Sum of RGB (Red+Green+Blue) = 80+141+35=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #508D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508D23 is #AF72DC. Grayscale: #6F6F6F. Windows color (decimal): -11498205 or 2329936. OLE color: 2329936.
HSL color Cylindrical-coordinate representation of color #508D23: hue angle of 94.53º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #508D23 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 35 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.45 |
| HSL | 94.53º | 0.6% | 0.35% | - |
| HSV(B) | 94.53º | 0.75% | 0.55% | - |
| XYZ | 13.14 | 20.88 | 4.93 | - |
| YUV | 110.68 | 85.29 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 35 | 0.43 | 0 | 0.75 | 0.45 | 94.53 | 0.6 | 0.35 |
| Hex | 50 | 8D | 23 | 2B | 0 | 4B | 2D | 5F | 3C | 23 |
| Octal | 120 | 215 | 43 | 53 | 0 | 113 | 55 | 137 | 74 | 43 |
| Binary | 1010000 | 10001101 | 100011 | 101011 | 0 | 1001011 | 101101 | 1011111 | 111100 | 100011 |
Color Harmonies of #508D23
Complementary color
Monochromatic Colors of #508D23
Black with #508D23
Text Example
Text Example
White with #508D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D23; }
p { color: rgb(80,141,35); }
H1.HeaderClassName
{
color: #508D23;
}
.AnyTagClassName
{
color: #508D23;
}
</style>
background-color css
<style>
a { background-color: #508D23; }
a { background-color: rgb(80,141,35); }
div.DivClassName
{
background-color: #508D23;
}
.BgClassName
{
background-color: #508D23;
}
</style>
border-color css
<style>
span { border-color: #508D23; }
span { border-color: rgb(80,141,35); }
td.TdClassName
{
border-color: #508D23;
}
.TagClassName
{
border-color: #508D23;
}
</style>