Shades of Vida Loca #5E9030
Tints of Vida Loca #5E9030
RGB
CMYK
RGB Variations
Color information
#5E9030 (or 0x5E9030) is known color: Vida Loca. HEX triplet: 5E, 90 and 30. RGB value is (94,144,48). Sum of RGB (Red+Green+Blue) = 94+144+48=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9030 is #A16FCF. Grayscale: #767676. Windows color (decimal): -10579920 or 3182686. OLE color: 3182686.
HSL color Cylindrical-coordinate representation of color #5E9030: hue angle of 91.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E9030 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 48 | - |
| CMYK | 0.35 | 0 | 0.67 | 0.44 |
| HSL | 91.25º | 0.5% | 0.38% | - |
| HSV(B) | 91.25º | 0.67% | 0.56% | - |
| XYZ | 15.12 | 22.54 | 6.35 | - |
| YUV | 118.11 | 88.44 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 48 | 0.35 | 0 | 0.67 | 0.44 | 91.25 | 0.5 | 0.38 |
| Hex | 5E | 90 | 30 | 23 | 0 | 43 | 2C | 5B | 32 | 26 |
| Octal | 136 | 220 | 60 | 43 | 0 | 103 | 54 | 133 | 62 | 46 |
| Binary | 1011110 | 10010000 | 110000 | 100011 | 0 | 1000011 | 101100 | 1011011 | 110010 | 100110 |
Color Harmonies of #5E9030
Complementary color
Monochromatic Colors of #5E9030
Black with #5E9030
Text Example
Text Example
White with #5E9030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9030; }
p { color: rgb(94,144,48); }
H1.HeaderClassName
{
color: #5E9030;
}
.AnyTagClassName
{
color: #5E9030;
}
</style>
background-color css
<style>
a { background-color: #5E9030; }
a { background-color: rgb(94,144,48); }
div.DivClassName
{
background-color: #5E9030;
}
.BgClassName
{
background-color: #5E9030;
}
</style>
border-color css
<style>
span { border-color: #5E9030; }
span { border-color: rgb(94,144,48); }
td.TdClassName
{
border-color: #5E9030;
}
.TagClassName
{
border-color: #5E9030;
}
</style>