Shades of Vida Loca #538A14
Tints of Vida Loca #538A14
RGB
CMYK
RGB Variations
Color information
#538A14 (or 0x538A14) is known color: Vida Loca. HEX triplet: 53, 8A and 14. RGB value is (83,138,20). Sum of RGB (Red+Green+Blue) = 83+138+20=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 138 (54.30% from 255 or 57.26% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 138 - color contains mainly: green. Hex color #538A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538A14 is #AC75EB. Grayscale: #6C6C6C. Windows color (decimal): -11302380 or 1346131. OLE color: 1346131.
HSL color Cylindrical-coordinate representation of color #538A14: hue angle of 87.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #538A14 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 20 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.46 |
| HSL | 87.97º | 0.75% | 0.31% | - |
| HSV(B) | 87.97º | 0.86% | 0.54% | - |
| XYZ | 12.78 | 20.07 | 3.86 | - |
| YUV | 108.1 | 78.28 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 20 | 0.40 | 0 | 0.86 | 0.46 | 87.97 | 0.75 | 0.31 |
| Hex | 53 | 8A | 14 | 28 | 0 | 56 | 2E | 58 | 4B | 1F |
| Octal | 123 | 212 | 24 | 50 | 0 | 126 | 56 | 130 | 113 | 37 |
| Binary | 1010011 | 10001010 | 10100 | 101000 | 0 | 1010110 | 101110 | 1011000 | 1001011 | 11111 |
Color Harmonies of #538A14
Complementary color
Monochromatic Colors of #538A14
Black with #538A14
Text Example
Text Example
White with #538A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A14; }
p { color: rgb(83,138,20); }
H1.HeaderClassName
{
color: #538A14;
}
.AnyTagClassName
{
color: #538A14;
}
</style>
background-color css
<style>
a { background-color: #538A14; }
a { background-color: rgb(83,138,20); }
div.DivClassName
{
background-color: #538A14;
}
.BgClassName
{
background-color: #538A14;
}
</style>
border-color css
<style>
span { border-color: #538A14; }
span { border-color: rgb(83,138,20); }
td.TdClassName
{
border-color: #538A14;
}
.TagClassName
{
border-color: #538A14;
}
</style>