Shades of Vida Loca #558C04
Tints of Vida Loca #558C04
RGB
CMYK
RGB Variations
Color information
#558C04 (or 0x558C04) is known color: Vida Loca. HEX triplet: 55, 8C and 04. RGB value is (85,140,4). Sum of RGB (Red+Green+Blue) = 85+140+4=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #558C04 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558C04 is #AA73FB. Grayscale: #6C6C6C. Windows color (decimal): -11170812 or 298069. OLE color: 298069.
HSL color Cylindrical-coordinate representation of color #558C04: hue angle of 84.26º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #558C04 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 140 | 4 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.45 |
| HSL | 84.26º | 0.94% | 0.28% | - |
| HSV(B) | 84.26º | 0.97% | 0.55% | - |
| XYZ | 13.15 | 20.7 | 3.42 | - |
| YUV | 108.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 140 | 4 | 0.39 | 0 | 0.97 | 0.45 | 84.26 | 0.94 | 0.28 |
| Hex | 55 | 8C | 4 | 27 | 0 | 61 | 2D | 54 | 5E | 1C |
| Octal | 125 | 214 | 4 | 47 | 0 | 141 | 55 | 124 | 136 | 34 |
| Binary | 1010101 | 10001100 | 100 | 100111 | 0 | 1100001 | 101101 | 1010100 | 1011110 | 11100 |
Color Harmonies of #558C04
Complementary color
Monochromatic Colors of #558C04
Black with #558C04
Text Example
Text Example
White with #558C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558C04; }
p { color: rgb(85,140,4); }
H1.HeaderClassName
{
color: #558C04;
}
.AnyTagClassName
{
color: #558C04;
}
</style>
background-color css
<style>
a { background-color: #558C04; }
a { background-color: rgb(85,140,4); }
div.DivClassName
{
background-color: #558C04;
}
.BgClassName
{
background-color: #558C04;
}
</style>
border-color css
<style>
span { border-color: #558C04; }
span { border-color: rgb(85,140,4); }
td.TdClassName
{
border-color: #558C04;
}
.TagClassName
{
border-color: #558C04;
}
</style>