Shades of Vida Loca #537F25
Tints of Vida Loca #537F25
RGB
CMYK
RGB Variations
Color information
#537F25 (or 0x537F25) is known color: Vida Loca. HEX triplet: 53, 7F and 25. RGB value is (83,127,37). Sum of RGB (Red+Green+Blue) = 83+127+37=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #537F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #537F25 is #AC80DA. Grayscale: #676767. Windows color (decimal): -11305179 or 2457427. OLE color: 2457427.
HSL color Cylindrical-coordinate representation of color #537F25: hue angle of 89.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #537F25 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 37 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.50 |
| HSL | 89.33º | 0.55% | 0.32% | - |
| HSV(B) | 89.33º | 0.71% | 0.5% | - |
| XYZ | 11.49 | 17.15 | 4.46 | - |
| YUV | 103.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 37 | 0.35 | 0 | 0.71 | 0.50 | 89.33 | 0.55 | 0.32 |
| Hex | 53 | 7F | 25 | 23 | 0 | 47 | 32 | 59 | 37 | 20 |
| Octal | 123 | 177 | 45 | 43 | 0 | 107 | 62 | 131 | 67 | 40 |
| Binary | 1010011 | 1111111 | 100101 | 100011 | 0 | 1000111 | 110010 | 1011001 | 110111 | 100000 |
Color Harmonies of #537F25
Complementary color
Monochromatic Colors of #537F25
Black with #537F25
Text Example
Text Example
White with #537F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F25; }
p { color: rgb(83,127,37); }
H1.HeaderClassName
{
color: #537F25;
}
.AnyTagClassName
{
color: #537F25;
}
</style>
background-color css
<style>
a { background-color: #537F25; }
a { background-color: rgb(83,127,37); }
div.DivClassName
{
background-color: #537F25;
}
.BgClassName
{
background-color: #537F25;
}
</style>
border-color css
<style>
span { border-color: #537F25; }
span { border-color: rgb(83,127,37); }
td.TdClassName
{
border-color: #537F25;
}
.TagClassName
{
border-color: #537F25;
}
</style>