Shades of Vida Loca #508E17
Tints of Vida Loca #508E17
RGB
CMYK
RGB Variations
Color information
#508E17 (or 0x508E17) is known color: Vida Loca. HEX triplet: 50, 8E and 17. RGB value is (80,142,23). Sum of RGB (Red+Green+Blue) = 80+142+23=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 142 (55.86% from 255 or 57.96% from 245); Blue value is 23 (9.38% from 255 or 9.39% from 245); Max value from RGB is 142 - color contains mainly: green. Hex color #508E17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508E17 is #AF71E8. Grayscale: #6E6E6E. Windows color (decimal): -11497961 or 1543760. OLE color: 1543760.
HSL color Cylindrical-coordinate representation of color #508E17: hue angle of 91.26º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #508E17 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 23 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.44 |
| HSL | 91.26º | 0.72% | 0.32% | - |
| HSV(B) | 91.26º | 0.84% | 0.56% | - |
| XYZ | 13.14 | 21.11 | 4.19 | - |
| YUV | 109.9 | 78.96 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 23 | 0.44 | 0 | 0.84 | 0.44 | 91.26 | 0.72 | 0.32 |
| Hex | 50 | 8E | 17 | 2C | 0 | 54 | 2C | 5B | 48 | 20 |
| Octal | 120 | 216 | 27 | 54 | 0 | 124 | 54 | 133 | 110 | 40 |
| Binary | 1010000 | 10001110 | 10111 | 101100 | 0 | 1010100 | 101100 | 1011011 | 1001000 | 100000 |
Color Harmonies of #508E17
Complementary color
Monochromatic Colors of #508E17
Black with #508E17
Text Example
Text Example
White with #508E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E17; }
p { color: rgb(80,142,23); }
H1.HeaderClassName
{
color: #508E17;
}
.AnyTagClassName
{
color: #508E17;
}
</style>
background-color css
<style>
a { background-color: #508E17; }
a { background-color: rgb(80,142,23); }
div.DivClassName
{
background-color: #508E17;
}
.BgClassName
{
background-color: #508E17;
}
</style>
border-color css
<style>
span { border-color: #508E17; }
span { border-color: rgb(80,142,23); }
td.TdClassName
{
border-color: #508E17;
}
.TagClassName
{
border-color: #508E17;
}
</style>