Shades of Vida Loca #52880E
Tints of Vida Loca #52880E
RGB
CMYK
RGB Variations
Color information
#52880E (or 0x52880E) is known color: Vida Loca. HEX triplet: 52, 88 and 0E. RGB value is (82,136,14). Sum of RGB (Red+Green+Blue) = 82+136+14=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #52880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52880E is #AD77F1. Grayscale: #6A6A6A. Windows color (decimal): -11368434 or 952402. OLE color: 952402.
HSL color Cylindrical-coordinate representation of color #52880E: hue angle of 86.56º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52880E is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 14 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.47 |
| HSL | 86.56º | 0.81% | 0.29% | - |
| HSV(B) | 86.56º | 0.9% | 0.53% | - |
| XYZ | 12.36 | 19.43 | 3.51 | - |
| YUV | 105.95 | 76.11 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 14 | 0.40 | 0 | 0.90 | 0.47 | 86.56 | 0.81 | 0.29 |
| Hex | 52 | 88 | E | 28 | 0 | 5A | 2F | 57 | 51 | 1D |
| Octal | 122 | 210 | 16 | 50 | 0 | 132 | 57 | 127 | 121 | 35 |
| Binary | 1010010 | 10001000 | 1110 | 101000 | 0 | 1011010 | 101111 | 1010111 | 1010001 | 11101 |
Color Harmonies of #52880E
Complementary color
Monochromatic Colors of #52880E
Black with #52880E
Text Example
Text Example
White with #52880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52880E; }
p { color: rgb(82,136,14); }
H1.HeaderClassName
{
color: #52880E;
}
.AnyTagClassName
{
color: #52880E;
}
</style>
background-color css
<style>
a { background-color: #52880E; }
a { background-color: rgb(82,136,14); }
div.DivClassName
{
background-color: #52880E;
}
.BgClassName
{
background-color: #52880E;
}
</style>
border-color css
<style>
span { border-color: #52880E; }
span { border-color: rgb(82,136,14); }
td.TdClassName
{
border-color: #52880E;
}
.TagClassName
{
border-color: #52880E;
}
</style>