Shades of Vida Loca #537F17
Tints of Vida Loca #537F17
RGB
CMYK
RGB Variations
Color information
#537F17 (or 0x537F17) is known color: Vida Loca. HEX triplet: 53, 7F and 17. RGB value is (83,127,23). Sum of RGB (Red+Green+Blue) = 83+127+23=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 127 (50% from 255 or 54.51% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 127 - color contains mainly: green. Hex color #537F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537F17 is #AC80E8. Grayscale: #666666. Windows color (decimal): -11305193 or 1539923. OLE color: 1539923.
HSL color Cylindrical-coordinate representation of color #537F17: hue angle of 85.38º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #537F17 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 127 | 23 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.50 |
| HSL | 85.38º | 0.69% | 0.29% | - |
| HSV(B) | 85.38º | 0.82% | 0.5% | - |
| XYZ | 11.31 | 17.08 | 3.51 | - |
| YUV | 101.99 | 83.42 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 127 | 23 | 0.35 | 0 | 0.82 | 0.50 | 85.38 | 0.69 | 0.29 |
| Hex | 53 | 7F | 17 | 23 | 0 | 52 | 32 | 55 | 45 | 1D |
| Octal | 123 | 177 | 27 | 43 | 0 | 122 | 62 | 125 | 105 | 35 |
| Binary | 1010011 | 1111111 | 10111 | 100011 | 0 | 1010010 | 110010 | 1010101 | 1000101 | 11101 |
Color Harmonies of #537F17
Complementary color
Monochromatic Colors of #537F17
Black with #537F17
Text Example
Text Example
White with #537F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537F17; }
p { color: rgb(83,127,23); }
H1.HeaderClassName
{
color: #537F17;
}
.AnyTagClassName
{
color: #537F17;
}
</style>
background-color css
<style>
a { background-color: #537F17; }
a { background-color: rgb(83,127,23); }
div.DivClassName
{
background-color: #537F17;
}
.BgClassName
{
background-color: #537F17;
}
</style>
border-color css
<style>
span { border-color: #537F17; }
span { border-color: rgb(83,127,23); }
td.TdClassName
{
border-color: #537F17;
}
.TagClassName
{
border-color: #537F17;
}
</style>