Shades of Vida Loca #5E9121
Tints of Vida Loca #5E9121
RGB
CMYK
RGB Variations
Color information
#5E9121 (or 0x5E9121) is known color: Vida Loca. HEX triplet: 5E, 91 and 21. RGB value is (94,145,33). Sum of RGB (Red+Green+Blue) = 94+145+33=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9121 is #A16EDE. Grayscale: #757575. Windows color (decimal): -10579679 or 2199902. OLE color: 2199902.
HSL color Cylindrical-coordinate representation of color #5E9121: hue angle of 87.32º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5E9121 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 145 | 33 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.43 |
| HSL | 87.32º | 0.63% | 0.35% | - |
| HSV(B) | 87.32º | 0.77% | 0.57% | - |
| XYZ | 15.02 | 22.74 | 5.04 | - |
| YUV | 116.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 33 | 0.35 | 0 | 0.77 | 0.43 | 87.32 | 0.63 | 0.35 |
| Hex | 5E | 91 | 21 | 23 | 0 | 4D | 2B | 57 | 3F | 23 |
| Octal | 136 | 221 | 41 | 43 | 0 | 115 | 53 | 127 | 77 | 43 |
| Binary | 1011110 | 10010001 | 100001 | 100011 | 0 | 1001101 | 101011 | 1010111 | 111111 | 100011 |
Color Harmonies of #5E9121
Complementary color
Monochromatic Colors of #5E9121
Black with #5E9121
Text Example
Text Example
White with #5E9121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9121; }
p { color: rgb(94,145,33); }
H1.HeaderClassName
{
color: #5E9121;
}
.AnyTagClassName
{
color: #5E9121;
}
</style>
background-color css
<style>
a { background-color: #5E9121; }
a { background-color: rgb(94,145,33); }
div.DivClassName
{
background-color: #5E9121;
}
.BgClassName
{
background-color: #5E9121;
}
</style>
border-color css
<style>
span { border-color: #5E9121; }
span { border-color: rgb(94,145,33); }
td.TdClassName
{
border-color: #5E9121;
}
.TagClassName
{
border-color: #5E9121;
}
</style>