Shades of Vida Loca #538D02
Tints of Vida Loca #538D02
RGB
CMYK
RGB Variations
Color information
#538D02 (or 0x538D02) is known color: Vida Loca. HEX triplet: 53, 8D and 02. RGB value is (83,141,2). Sum of RGB (Red+Green+Blue) = 83+141+2=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 141 (55.47% from 255 or 62.39% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 141 - color contains mainly: green. Hex color #538D02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538D02 is #AC72FD. Grayscale: #6C6C6C. Windows color (decimal): -11301630 or 167251. OLE color: 167251.
HSL color Cylindrical-coordinate representation of color #538D02: hue angle of 85.04º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #538D02 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 141 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.45 |
| HSL | 85.04º | 0.97% | 0.28% | - |
| HSV(B) | 85.04º | 0.99% | 0.55% | - |
| XYZ | 13.1 | 20.89 | 3.4 | - |
| YUV | 107.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 2 | 0.41 | 0 | 0.99 | 0.45 | 85.04 | 0.97 | 0.28 |
| Hex | 53 | 8D | 2 | 29 | 0 | 63 | 2D | 55 | 61 | 1C |
| Octal | 123 | 215 | 2 | 51 | 0 | 143 | 55 | 125 | 141 | 34 |
| Binary | 1010011 | 10001101 | 10 | 101001 | 0 | 1100011 | 101101 | 1010101 | 1100001 | 11100 |
Color Harmonies of #538D02
Complementary color
Monochromatic Colors of #538D02
Black with #538D02
Text Example
Text Example
White with #538D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D02; }
p { color: rgb(83,141,2); }
H1.HeaderClassName
{
color: #538D02;
}
.AnyTagClassName
{
color: #538D02;
}
</style>
background-color css
<style>
a { background-color: #538D02; }
a { background-color: rgb(83,141,2); }
div.DivClassName
{
background-color: #538D02;
}
.BgClassName
{
background-color: #538D02;
}
</style>
border-color css
<style>
span { border-color: #538D02; }
span { border-color: rgb(83,141,2); }
td.TdClassName
{
border-color: #538D02;
}
.TagClassName
{
border-color: #538D02;
}
</style>