Shades of Vida Loca #538F19
Tints of Vida Loca #538F19
RGB
CMYK
RGB Variations
Color information
#538F19 (or 0x538F19) is known color: Vida Loca. HEX triplet: 53, 8F and 19. RGB value is (83,143,25). Sum of RGB (Red+Green+Blue) = 83+143+25=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 143 (56.25% from 255 or 56.97% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 143 - color contains mainly: green. Hex color #538F19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538F19 is #AC70E6. Grayscale: #707070. Windows color (decimal): -11301095 or 1675091. OLE color: 1675091.
HSL color Cylindrical-coordinate representation of color #538F19: hue angle of 90.51º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #538F19 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 25 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.44 |
| HSL | 90.51º | 0.7% | 0.33% | - |
| HSV(B) | 90.51º | 0.83% | 0.56% | - |
| XYZ | 13.57 | 21.55 | 4.37 | - |
| YUV | 111.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 25 | 0.42 | 0 | 0.83 | 0.44 | 90.51 | 0.7 | 0.33 |
| Hex | 53 | 8F | 19 | 2A | 0 | 53 | 2C | 5B | 46 | 21 |
| Octal | 123 | 217 | 31 | 52 | 0 | 123 | 54 | 133 | 106 | 41 |
| Binary | 1010011 | 10001111 | 11001 | 101010 | 0 | 1010011 | 101100 | 1011011 | 1000110 | 100001 |
Color Harmonies of #538F19
Complementary color
Monochromatic Colors of #538F19
Black with #538F19
Text Example
Text Example
White with #538F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F19; }
p { color: rgb(83,143,25); }
H1.HeaderClassName
{
color: #538F19;
}
.AnyTagClassName
{
color: #538F19;
}
</style>
background-color css
<style>
a { background-color: #538F19; }
a { background-color: rgb(83,143,25); }
div.DivClassName
{
background-color: #538F19;
}
.BgClassName
{
background-color: #538F19;
}
</style>
border-color css
<style>
span { border-color: #538F19; }
span { border-color: rgb(83,143,25); }
td.TdClassName
{
border-color: #538F19;
}
.TagClassName
{
border-color: #538F19;
}
</style>