Shades of Vida Loca #538D15
Tints of Vida Loca #538D15
RGB
CMYK
RGB Variations
Color information
#538D15 (or 0x538D15) is known color: Vida Loca. HEX triplet: 53, 8D and 15. RGB value is (83,141,21). Sum of RGB (Red+Green+Blue) = 83+141+21=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 141 (55.47% from 255 or 57.55% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 141 - color contains mainly: green. Hex color #538D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538D15 is #AC72EA. Grayscale: #6E6E6E. Windows color (decimal): -11301611 or 1412435. OLE color: 1412435.
HSL color Cylindrical-coordinate representation of color #538D15: hue angle of 89º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #538D15 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 141 | 21 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.45 |
| HSL | 89º | 0.74% | 0.32% | - |
| HSV(B) | 89º | 0.85% | 0.55% | - |
| XYZ | 13.23 | 20.94 | 4.05 | - |
| YUV | 109.98 | 77.78 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 21 | 0.41 | 0 | 0.85 | 0.45 | 89 | 0.74 | 0.32 |
| Hex | 53 | 8D | 15 | 29 | 0 | 55 | 2D | 59 | 4A | 20 |
| Octal | 123 | 215 | 25 | 51 | 0 | 125 | 55 | 131 | 112 | 40 |
| Binary | 1010011 | 10001101 | 10101 | 101001 | 0 | 1010101 | 101101 | 1011001 | 1001010 | 100000 |
Color Harmonies of #538D15
Complementary color
Monochromatic Colors of #538D15
Black with #538D15
Text Example
Text Example
White with #538D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D15; }
p { color: rgb(83,141,21); }
H1.HeaderClassName
{
color: #538D15;
}
.AnyTagClassName
{
color: #538D15;
}
</style>
background-color css
<style>
a { background-color: #538D15; }
a { background-color: rgb(83,141,21); }
div.DivClassName
{
background-color: #538D15;
}
.BgClassName
{
background-color: #538D15;
}
</style>
border-color css
<style>
span { border-color: #538D15; }
span { border-color: rgb(83,141,21); }
td.TdClassName
{
border-color: #538D15;
}
.TagClassName
{
border-color: #538D15;
}
</style>