Shades of Vida Loca #5E8925
Tints of Vida Loca #5E8925
RGB
CMYK
RGB Variations
Color information
#5E8925 (or 0x5E8925) is known color: Vida Loca. HEX triplet: 5E, 89 and 25. RGB value is (94,137,37). Sum of RGB (Red+Green+Blue) = 94+137+37=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 137 (53.91% from 255 or 51.12% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 137 - color contains mainly: green. Hex color #5E8925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8925 is #A176DA. Grayscale: #717171. Windows color (decimal): -10581723 or 2459998. OLE color: 2459998.
HSL color Cylindrical-coordinate representation of color #5E8925: hue angle of 85.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E8925 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 137 | 37 | - |
| CMYK | 0.31 | 0 | 0.73 | 0.46 |
| HSL | 85.8º | 0.57% | 0.34% | - |
| HSV(B) | 85.8º | 0.73% | 0.54% | - |
| XYZ | 13.9 | 20.4 | 4.96 | - |
| YUV | 112.74 | 85.25 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 37 | 0.31 | 0 | 0.73 | 0.46 | 85.8 | 0.57 | 0.34 |
| Hex | 5E | 89 | 25 | 1F | 0 | 49 | 2E | 56 | 39 | 22 |
| Octal | 136 | 211 | 45 | 37 | 0 | 111 | 56 | 126 | 71 | 42 |
| Binary | 1011110 | 10001001 | 100101 | 11111 | 0 | 1001001 | 101110 | 1010110 | 111001 | 100010 |
Color Harmonies of #5E8925
Complementary color
Monochromatic Colors of #5E8925
Black with #5E8925
Text Example
Text Example
White with #5E8925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8925; }
p { color: rgb(94,137,37); }
H1.HeaderClassName
{
color: #5E8925;
}
.AnyTagClassName
{
color: #5E8925;
}
</style>
background-color css
<style>
a { background-color: #5E8925; }
a { background-color: rgb(94,137,37); }
div.DivClassName
{
background-color: #5E8925;
}
.BgClassName
{
background-color: #5E8925;
}
</style>
border-color css
<style>
span { border-color: #5E8925; }
span { border-color: rgb(94,137,37); }
td.TdClassName
{
border-color: #5E8925;
}
.TagClassName
{
border-color: #5E8925;
}
</style>