Shades of Vida Loca #5E923E
Tints of Vida Loca #5E923E
RGB
CMYK
RGB Variations
Color information
#5E923E (or 0x5E923E) is known color: Vida Loca. HEX triplet: 5E, 92 and 3E. RGB value is (94,146,62). Sum of RGB (Red+Green+Blue) = 94+146+62=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #5E923E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E923E is #A16DC1. Grayscale: #797979. Windows color (decimal): -10579394 or 4100702. OLE color: 4100702.
HSL color Cylindrical-coordinate representation of color #5E923E: hue angle of 97.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E923E is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 62 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.43 |
| HSL | 97.14º | 0.4% | 0.41% | - |
| HSV(B) | 97.14º | 0.58% | 0.57% | - |
| XYZ | 15.76 | 23.29 | 8.22 | - |
| YUV | 120.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 62 | 0.36 | 0 | 0.58 | 0.43 | 97.14 | 0.4 | 0.41 |
| Hex | 5E | 92 | 3E | 24 | 0 | 3A | 2B | 61 | 28 | 29 |
| Octal | 136 | 222 | 76 | 44 | 0 | 72 | 53 | 141 | 50 | 51 |
| Binary | 1011110 | 10010010 | 111110 | 100100 | 0 | 111010 | 101011 | 1100001 | 101000 | 101001 |
Color Harmonies of #5E923E
Complementary color
Monochromatic Colors of #5E923E
Black with #5E923E
Text Example
Text Example
White with #5E923E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E923E; }
p { color: rgb(94,146,62); }
H1.HeaderClassName
{
color: #5E923E;
}
.AnyTagClassName
{
color: #5E923E;
}
</style>
background-color css
<style>
a { background-color: #5E923E; }
a { background-color: rgb(94,146,62); }
div.DivClassName
{
background-color: #5E923E;
}
.BgClassName
{
background-color: #5E923E;
}
</style>
border-color css
<style>
span { border-color: #5E923E; }
span { border-color: rgb(94,146,62); }
td.TdClassName
{
border-color: #5E923E;
}
.TagClassName
{
border-color: #5E923E;
}
</style>