Shades of Vida Loca #538C20
Tints of Vida Loca #538C20
RGB
CMYK
RGB Variations
Color information
#538C20 (or 0x538C20) is known color: Vida Loca. HEX triplet: 53, 8C and 20. RGB value is (83,140,32). Sum of RGB (Red+Green+Blue) = 83+140+32=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 140 (55.08% from 255 or 54.90% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 140 - color contains mainly: green. Hex color #538C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538C20 is #AC73DF. Grayscale: #6F6F6F. Windows color (decimal): -11301856 or 2133075. OLE color: 2133075.
HSL color Cylindrical-coordinate representation of color #538C20: hue angle of 91.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #538C20 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 140 | 32 | - |
| CMYK | 0.41 | 0 | 0.77 | 0.45 |
| HSL | 91.67º | 0.63% | 0.34% | - |
| HSV(B) | 91.67º | 0.77% | 0.55% | - |
| XYZ | 13.21 | 20.7 | 4.67 | - |
| YUV | 110.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 32 | 0.41 | 0 | 0.77 | 0.45 | 91.67 | 0.63 | 0.34 |
| Hex | 53 | 8C | 20 | 29 | 0 | 4D | 2D | 5C | 3F | 22 |
| Octal | 123 | 214 | 40 | 51 | 0 | 115 | 55 | 134 | 77 | 42 |
| Binary | 1010011 | 10001100 | 100000 | 101001 | 0 | 1001101 | 101101 | 1011100 | 111111 | 100010 |
Color Harmonies of #538C20
Complementary color
Monochromatic Colors of #538C20
Black with #538C20
Text Example
Text Example
White with #538C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538C20; }
p { color: rgb(83,140,32); }
H1.HeaderClassName
{
color: #538C20;
}
.AnyTagClassName
{
color: #538C20;
}
</style>
background-color css
<style>
a { background-color: #538C20; }
a { background-color: rgb(83,140,32); }
div.DivClassName
{
background-color: #538C20;
}
.BgClassName
{
background-color: #538C20;
}
</style>
border-color css
<style>
span { border-color: #538C20; }
span { border-color: rgb(83,140,32); }
td.TdClassName
{
border-color: #538C20;
}
.TagClassName
{
border-color: #538C20;
}
</style>