Shades of Vida Loca #588D30
Tints of Vida Loca #588D30
RGB
CMYK
RGB Variations
Color information
#588D30 (or 0x588D30) is known color: Vida Loca. HEX triplet: 58, 8D and 30. RGB value is (88,141,48). Sum of RGB (Red+Green+Blue) = 88+141+48=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #588D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588D30 is #A772CF. Grayscale: #727272. Windows color (decimal): -10973904 or 3181912. OLE color: 3181912.
HSL color Cylindrical-coordinate representation of color #588D30: hue angle of 94.19º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #588D30 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 141 | 48 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.45 |
| HSL | 94.19º | 0.49% | 0.37% | - |
| HSV(B) | 94.19º | 0.66% | 0.55% | - |
| XYZ | 14.08 | 21.34 | 6.17 | - |
| YUV | 114.55 | 90.44 | 109.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 48 | 0.38 | 0 | 0.66 | 0.45 | 94.19 | 0.49 | 0.37 |
| Hex | 58 | 8D | 30 | 26 | 0 | 42 | 2D | 5E | 31 | 25 |
| Octal | 130 | 215 | 60 | 46 | 0 | 102 | 55 | 136 | 61 | 45 |
| Binary | 1011000 | 10001101 | 110000 | 100110 | 0 | 1000010 | 101101 | 1011110 | 110001 | 100101 |
Color Harmonies of #588D30
Complementary color
Monochromatic Colors of #588D30
Black with #588D30
Text Example
Text Example
White with #588D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588D30; }
p { color: rgb(88,141,48); }
H1.HeaderClassName
{
color: #588D30;
}
.AnyTagClassName
{
color: #588D30;
}
</style>
background-color css
<style>
a { background-color: #588D30; }
a { background-color: rgb(88,141,48); }
div.DivClassName
{
background-color: #588D30;
}
.BgClassName
{
background-color: #588D30;
}
</style>
border-color css
<style>
span { border-color: #588D30; }
span { border-color: rgb(88,141,48); }
td.TdClassName
{
border-color: #588D30;
}
.TagClassName
{
border-color: #588D30;
}
</style>