Shades of Vida Loca #5E902E
Tints of Vida Loca #5E902E
RGB
CMYK
RGB Variations
Color information
#5E902E (or 0x5E902E) is known color: Vida Loca. HEX triplet: 5E, 90 and 2E. RGB value is (94,144,46). Sum of RGB (Red+Green+Blue) = 94+144+46=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #5E902E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E902E is #A16FD1. Grayscale: #767676. Windows color (decimal): -10579922 or 3051614. OLE color: 3051614.
HSL color Cylindrical-coordinate representation of color #5E902E: hue angle of 90.61º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E902E is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 46 | - |
| CMYK | 0.35 | 0 | 0.68 | 0.44 |
| HSL | 90.61º | 0.52% | 0.37% | - |
| HSV(B) | 90.61º | 0.68% | 0.56% | - |
| XYZ | 15.08 | 22.52 | 6.14 | - |
| YUV | 117.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 46 | 0.35 | 0 | 0.68 | 0.44 | 90.61 | 0.52 | 0.37 |
| Hex | 5E | 90 | 2E | 23 | 0 | 44 | 2C | 5B | 34 | 25 |
| Octal | 136 | 220 | 56 | 43 | 0 | 104 | 54 | 133 | 64 | 45 |
| Binary | 1011110 | 10010000 | 101110 | 100011 | 0 | 1000100 | 101100 | 1011011 | 110100 | 100101 |
Color Harmonies of #5E902E
Complementary color
Monochromatic Colors of #5E902E
Black with #5E902E
Text Example
Text Example
White with #5E902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E902E; }
p { color: rgb(94,144,46); }
H1.HeaderClassName
{
color: #5E902E;
}
.AnyTagClassName
{
color: #5E902E;
}
</style>
background-color css
<style>
a { background-color: #5E902E; }
a { background-color: rgb(94,144,46); }
div.DivClassName
{
background-color: #5E902E;
}
.BgClassName
{
background-color: #5E902E;
}
</style>
border-color css
<style>
span { border-color: #5E902E; }
span { border-color: rgb(94,144,46); }
td.TdClassName
{
border-color: #5E902E;
}
.TagClassName
{
border-color: #5E902E;
}
</style>