Shades of Vida Loca #588C0E
Tints of Vida Loca #588C0E
RGB
CMYK
RGB Variations
Color information
#588C0E (or 0x588C0E) is known color: Vida Loca. HEX triplet: 58, 8C and 0E. RGB value is (88,140,14). Sum of RGB (Red+Green+Blue) = 88+140+14=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 140 (55.08% from 255 or 57.85% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 140 - color contains mainly: green. Hex color #588C0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588C0E is #A773F1. Grayscale: #6E6E6E. Windows color (decimal): -10974194 or 953432. OLE color: 953432.
HSL color Cylindrical-coordinate representation of color #588C0E: hue angle of 84.76º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #588C0E is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 14 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.45 |
| HSL | 84.76º | 0.82% | 0.3% | - |
| HSV(B) | 84.76º | 0.9% | 0.55% | - |
| XYZ | 13.48 | 20.86 | 3.73 | - |
| YUV | 110.09 | 73.77 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 14 | 0.37 | 0 | 0.90 | 0.45 | 84.76 | 0.82 | 0.3 |
| Hex | 58 | 8C | E | 25 | 0 | 5A | 2D | 55 | 52 | 1E |
| Octal | 130 | 214 | 16 | 45 | 0 | 132 | 55 | 125 | 122 | 36 |
| Binary | 1011000 | 10001100 | 1110 | 100101 | 0 | 1011010 | 101101 | 1010101 | 1010010 | 11110 |
Color Harmonies of #588C0E
Complementary color
Monochromatic Colors of #588C0E
Black with #588C0E
Text Example
Text Example
White with #588C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C0E; }
p { color: rgb(88,140,14); }
H1.HeaderClassName
{
color: #588C0E;
}
.AnyTagClassName
{
color: #588C0E;
}
</style>
background-color css
<style>
a { background-color: #588C0E; }
a { background-color: rgb(88,140,14); }
div.DivClassName
{
background-color: #588C0E;
}
.BgClassName
{
background-color: #588C0E;
}
</style>
border-color css
<style>
span { border-color: #588C0E; }
span { border-color: rgb(88,140,14); }
td.TdClassName
{
border-color: #588C0E;
}
.TagClassName
{
border-color: #588C0E;
}
</style>