Shades of Vida Loca #538A16
Tints of Vida Loca #538A16
RGB
CMYK
RGB Variations
Color information
#538A16 (or 0x538A16) is known color: Vida Loca. HEX triplet: 53, 8A and 16. RGB value is (83,138,22). Sum of RGB (Red+Green+Blue) = 83+138+22=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 138 (54.30% from 255 or 56.79% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 138 - color contains mainly: green. Hex color #538A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538A16 is #AC75E9. Grayscale: #6C6C6C. Windows color (decimal): -11302378 or 1477203. OLE color: 1477203.
HSL color Cylindrical-coordinate representation of color #538A16: hue angle of 88.45º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #538A16 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 22 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.46 |
| HSL | 88.45º | 0.73% | 0.31% | - |
| HSV(B) | 88.45º | 0.84% | 0.54% | - |
| XYZ | 12.8 | 20.07 | 3.96 | - |
| YUV | 108.33 | 79.28 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 22 | 0.40 | 0 | 0.84 | 0.46 | 88.45 | 0.73 | 0.31 |
| Hex | 53 | 8A | 16 | 28 | 0 | 54 | 2E | 58 | 48 | 1F |
| Octal | 123 | 212 | 26 | 50 | 0 | 124 | 56 | 130 | 110 | 37 |
| Binary | 1010011 | 10001010 | 10110 | 101000 | 0 | 1010100 | 101110 | 1011000 | 1001000 | 11111 |
Color Harmonies of #538A16
Complementary color
Monochromatic Colors of #538A16
Black with #538A16
Text Example
Text Example
White with #538A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A16; }
p { color: rgb(83,138,22); }
H1.HeaderClassName
{
color: #538A16;
}
.AnyTagClassName
{
color: #538A16;
}
</style>
background-color css
<style>
a { background-color: #538A16; }
a { background-color: rgb(83,138,22); }
div.DivClassName
{
background-color: #538A16;
}
.BgClassName
{
background-color: #538A16;
}
</style>
border-color css
<style>
span { border-color: #538A16; }
span { border-color: rgb(83,138,22); }
td.TdClassName
{
border-color: #538A16;
}
.TagClassName
{
border-color: #538A16;
}
</style>