Shades of Vida Loca #558D20
Tints of Vida Loca #558D20
RGB
CMYK
RGB Variations
Color information
#558D20 (or 0x558D20) is known color: Vida Loca. HEX triplet: 55, 8D and 20. RGB value is (85,141,32). Sum of RGB (Red+Green+Blue) = 85+141+32=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 141 (55.47% from 255 or 54.65% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 141 - color contains mainly: green. Hex color #558D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558D20 is #AA72DF. Grayscale: #707070. Windows color (decimal): -11170528 or 2133333. OLE color: 2133333.
HSL color Cylindrical-coordinate representation of color #558D20: hue angle of 90.83º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #558D20 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 141 | 32 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.45 |
| HSL | 90.83º | 0.63% | 0.34% | - |
| HSV(B) | 90.83º | 0.77% | 0.55% | - |
| XYZ | 13.53 | 21.09 | 4.72 | - |
| YUV | 111.83 | 82.95 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 141 | 32 | 0.40 | 0 | 0.77 | 0.45 | 90.83 | 0.63 | 0.34 |
| Hex | 55 | 8D | 20 | 28 | 0 | 4D | 2D | 5B | 3F | 22 |
| Octal | 125 | 215 | 40 | 50 | 0 | 115 | 55 | 133 | 77 | 42 |
| Binary | 1010101 | 10001101 | 100000 | 101000 | 0 | 1001101 | 101101 | 1011011 | 111111 | 100010 |
Color Harmonies of #558D20
Complementary color
Monochromatic Colors of #558D20
Black with #558D20
Text Example
Text Example
White with #558D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558D20; }
p { color: rgb(85,141,32); }
H1.HeaderClassName
{
color: #558D20;
}
.AnyTagClassName
{
color: #558D20;
}
</style>
background-color css
<style>
a { background-color: #558D20; }
a { background-color: rgb(85,141,32); }
div.DivClassName
{
background-color: #558D20;
}
.BgClassName
{
background-color: #558D20;
}
</style>
border-color css
<style>
span { border-color: #558D20; }
span { border-color: rgb(85,141,32); }
td.TdClassName
{
border-color: #558D20;
}
.TagClassName
{
border-color: #558D20;
}
</style>