Shades of Vida Loca #537F15
Tints of Vida Loca #537F15
RGB
CMYK
RGB Variations
Color information
#537F15 (or 0x537F15) is known color: Vida Loca. HEX triplet: 53, 7F and 15. RGB value is (83,127,21). Sum of RGB (Red+Green+Blue) = 83+127+21=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 127 (50% from 255 or 54.98% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 127 - color contains mainly: green. Hex color #537F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537F15 is #AC80EA. Grayscale: #666666. Windows color (decimal): -11305195 or 1408851. OLE color: 1408851.
HSL color Cylindrical-coordinate representation of color #537F15: hue angle of 84.91º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #537F15 is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 21 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.50 |
| HSL | 84.91º | 0.72% | 0.29% | - |
| HSV(B) | 84.91º | 0.83% | 0.5% | - |
| XYZ | 11.29 | 17.07 | 3.41 | - |
| YUV | 101.76 | 82.42 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 21 | 0.35 | 0 | 0.83 | 0.50 | 84.91 | 0.72 | 0.29 |
| Hex | 53 | 7F | 15 | 23 | 0 | 53 | 32 | 55 | 48 | 1D |
| Octal | 123 | 177 | 25 | 43 | 0 | 123 | 62 | 125 | 110 | 35 |
| Binary | 1010011 | 1111111 | 10101 | 100011 | 0 | 1010011 | 110010 | 1010101 | 1001000 | 11101 |
Color Harmonies of #537F15
Complementary color
Monochromatic Colors of #537F15
Black with #537F15
Text Example
Text Example
White with #537F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F15; }
p { color: rgb(83,127,21); }
H1.HeaderClassName
{
color: #537F15;
}
.AnyTagClassName
{
color: #537F15;
}
</style>
background-color css
<style>
a { background-color: #537F15; }
a { background-color: rgb(83,127,21); }
div.DivClassName
{
background-color: #537F15;
}
.BgClassName
{
background-color: #537F15;
}
</style>
border-color css
<style>
span { border-color: #537F15; }
span { border-color: rgb(83,127,21); }
td.TdClassName
{
border-color: #537F15;
}
.TagClassName
{
border-color: #537F15;
}
</style>