Shades of Vida Loca #558C15
Tints of Vida Loca #558C15
RGB
CMYK
RGB Variations
Color information
#558C15 (or 0x558C15) is known color: Vida Loca. HEX triplet: 55, 8C and 15. RGB value is (85,140,21). Sum of RGB (Red+Green+Blue) = 85+140+21=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #558C15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558C15 is #AA73EA. Grayscale: #6E6E6E. Windows color (decimal): -11170795 or 1412181. OLE color: 1412181.
HSL color Cylindrical-coordinate representation of color #558C15: hue angle of 87.73º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #558C15 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 21 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.45 |
| HSL | 87.73º | 0.74% | 0.32% | - |
| HSV(B) | 87.73º | 0.85% | 0.55% | - |
| XYZ | 13.26 | 20.74 | 4.01 | - |
| YUV | 109.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 21 | 0.39 | 0 | 0.85 | 0.45 | 87.73 | 0.74 | 0.32 |
| Hex | 55 | 8C | 15 | 27 | 0 | 55 | 2D | 58 | 4A | 20 |
| Octal | 125 | 214 | 25 | 47 | 0 | 125 | 55 | 130 | 112 | 40 |
| Binary | 1010101 | 10001100 | 10101 | 100111 | 0 | 1010101 | 101101 | 1011000 | 1001010 | 100000 |
Color Harmonies of #558C15
Complementary color
Monochromatic Colors of #558C15
Black with #558C15
Text Example
Text Example
White with #558C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C15; }
p { color: rgb(85,140,21); }
H1.HeaderClassName
{
color: #558C15;
}
.AnyTagClassName
{
color: #558C15;
}
</style>
background-color css
<style>
a { background-color: #558C15; }
a { background-color: rgb(85,140,21); }
div.DivClassName
{
background-color: #558C15;
}
.BgClassName
{
background-color: #558C15;
}
</style>
border-color css
<style>
span { border-color: #558C15; }
span { border-color: rgb(85,140,21); }
td.TdClassName
{
border-color: #558C15;
}
.TagClassName
{
border-color: #558C15;
}
</style>