Shades of Vida Loca #558E06
Tints of Vida Loca #558E06
RGB
CMYK
RGB Variations
Color information
#558E06 (or 0x558E06) is known color: Vida Loca. HEX triplet: 55, 8E and 06. RGB value is (85,142,6). Sum of RGB (Red+Green+Blue) = 85+142+6=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 142 (55.86% from 255 or 60.94% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 142 - color contains mainly: green. Hex color #558E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558E06 is #AA71F9. Grayscale: #6D6D6D. Windows color (decimal): -11170298 or 429653. OLE color: 429653.
HSL color Cylindrical-coordinate representation of color #558E06: hue angle of 85.15º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #558E06 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 142 | 6 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.44 |
| HSL | 85.15º | 0.92% | 0.29% | - |
| HSV(B) | 85.15º | 0.96% | 0.56% | - |
| XYZ | 13.45 | 21.29 | 3.57 | - |
| YUV | 109.45 | 69.62 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 142 | 6 | 0.40 | 0 | 0.96 | 0.44 | 85.15 | 0.92 | 0.29 |
| Hex | 55 | 8E | 6 | 28 | 0 | 60 | 2C | 55 | 5C | 1D |
| Octal | 125 | 216 | 6 | 50 | 0 | 140 | 54 | 125 | 134 | 35 |
| Binary | 1010101 | 10001110 | 110 | 101000 | 0 | 1100000 | 101100 | 1010101 | 1011100 | 11101 |
Color Harmonies of #558E06
Complementary color
Monochromatic Colors of #558E06
Black with #558E06
Text Example
Text Example
White with #558E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558E06; }
p { color: rgb(85,142,6); }
H1.HeaderClassName
{
color: #558E06;
}
.AnyTagClassName
{
color: #558E06;
}
</style>
background-color css
<style>
a { background-color: #558E06; }
a { background-color: rgb(85,142,6); }
div.DivClassName
{
background-color: #558E06;
}
.BgClassName
{
background-color: #558E06;
}
</style>
border-color css
<style>
span { border-color: #558E06; }
span { border-color: rgb(85,142,6); }
td.TdClassName
{
border-color: #558E06;
}
.TagClassName
{
border-color: #558E06;
}
</style>