Shades of Vida Loca #5E9019
Tints of Vida Loca #5E9019
RGB
CMYK
RGB Variations
Color information
#5E9019 (or 0x5E9019) is known color: Vida Loca. HEX triplet: 5E, 90 and 19. RGB value is (94,144,25). Sum of RGB (Red+Green+Blue) = 94+144+25=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #5E9019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9019 is #A16FE6. Grayscale: #737373. Windows color (decimal): -10579943 or 1675358. OLE color: 1675358.
HSL color Cylindrical-coordinate representation of color #5E9019: hue angle of 85.21º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E9019 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 25 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.44 |
| HSL | 85.21º | 0.7% | 0.33% | - |
| HSV(B) | 85.21º | 0.83% | 0.56% | - |
| XYZ | 14.76 | 22.4 | 4.46 | - |
| YUV | 115.48 | 76.94 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 25 | 0.35 | 0 | 0.83 | 0.44 | 85.21 | 0.7 | 0.33 |
| Hex | 5E | 90 | 19 | 23 | 0 | 53 | 2C | 55 | 46 | 21 |
| Octal | 136 | 220 | 31 | 43 | 0 | 123 | 54 | 125 | 106 | 41 |
| Binary | 1011110 | 10010000 | 11001 | 100011 | 0 | 1010011 | 101100 | 1010101 | 1000110 | 100001 |
Color Harmonies of #5E9019
Complementary color
Monochromatic Colors of #5E9019
Black with #5E9019
Text Example
Text Example
White with #5E9019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9019; }
p { color: rgb(94,144,25); }
H1.HeaderClassName
{
color: #5E9019;
}
.AnyTagClassName
{
color: #5E9019;
}
</style>
background-color css
<style>
a { background-color: #5E9019; }
a { background-color: rgb(94,144,25); }
div.DivClassName
{
background-color: #5E9019;
}
.BgClassName
{
background-color: #5E9019;
}
</style>
border-color css
<style>
span { border-color: #5E9019; }
span { border-color: rgb(94,144,25); }
td.TdClassName
{
border-color: #5E9019;
}
.TagClassName
{
border-color: #5E9019;
}
</style>