Shades of Vida Loca #5E8A38
Tints of Vida Loca #5E8A38
RGB
CMYK
RGB Variations
Color information
#5E8A38 (or 0x5E8A38) is known color: Vida Loca. HEX triplet: 5E, 8A and 38. RGB value is (94,138,56). Sum of RGB (Red+Green+Blue) = 94+138+56=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #5E8A38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8A38 is #A175C7. Grayscale: #737373. Windows color (decimal): -10581448 or 3705438. OLE color: 3705438.
HSL color Cylindrical-coordinate representation of color #5E8A38: hue angle of 92.2º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E8A38 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 138 | 56 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.46 |
| HSL | 92.2º | 0.42% | 0.38% | - |
| HSV(B) | 92.2º | 0.59% | 0.54% | - |
| XYZ | 14.42 | 20.84 | 7 | - |
| YUV | 115.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 138 | 56 | 0.32 | 0 | 0.59 | 0.46 | 92.2 | 0.42 | 0.38 |
| Hex | 5E | 8A | 38 | 20 | 0 | 3B | 2E | 5C | 2A | 26 |
| Octal | 136 | 212 | 70 | 40 | 0 | 73 | 56 | 134 | 52 | 46 |
| Binary | 1011110 | 10001010 | 111000 | 100000 | 0 | 111011 | 101110 | 1011100 | 101010 | 100110 |
Color Harmonies of #5E8A38
Complementary color
Monochromatic Colors of #5E8A38
Black with #5E8A38
Text Example
Text Example
White with #5E8A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8A38; }
p { color: rgb(94,138,56); }
H1.HeaderClassName
{
color: #5E8A38;
}
.AnyTagClassName
{
color: #5E8A38;
}
</style>
background-color css
<style>
a { background-color: #5E8A38; }
a { background-color: rgb(94,138,56); }
div.DivClassName
{
background-color: #5E8A38;
}
.BgClassName
{
background-color: #5E8A38;
}
</style>
border-color css
<style>
span { border-color: #5E8A38; }
span { border-color: rgb(94,138,56); }
td.TdClassName
{
border-color: #5E8A38;
}
.TagClassName
{
border-color: #5E8A38;
}
</style>