Shades of Vida Loca #4C820A
Tints of Vida Loca #4C820A
RGB
CMYK
RGB Variations
Color information
#4C820A (or 0x4C820A) is known color: Vida Loca. HEX triplet: 4C, 82 and 0A. RGB value is (76,130,10). Sum of RGB (Red+Green+Blue) = 76+130+10=216 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.19% from 216); Green value is 130 (51.17% from 255 or 60.19% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 130 - color contains mainly: green. Hex color #4C820A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C820A is #B37DF5. Grayscale: #646464. Windows color (decimal): -11763190 or 688716. OLE color: 688716.
HSL color Cylindrical-coordinate representation of color #4C820A: hue angle of 87º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C820A is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 130 | 10 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.49 |
| HSL | 87º | 0.86% | 0.27% | - |
| HSV(B) | 87º | 0.92% | 0.51% | - |
| XYZ | 11.02 | 17.52 | 3.09 | - |
| YUV | 100.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 130 | 10 | 0.42 | 0 | 0.92 | 0.49 | 87 | 0.86 | 0.27 |
| Hex | 4C | 82 | A | 2A | 0 | 5C | 31 | 57 | 56 | 1B |
| Octal | 114 | 202 | 12 | 52 | 0 | 134 | 61 | 127 | 126 | 33 |
| Binary | 1001100 | 10000010 | 1010 | 101010 | 0 | 1011100 | 110001 | 1010111 | 1010110 | 11011 |
Color Harmonies of #4C820A
Complementary color
Monochromatic Colors of #4C820A
Black with #4C820A
Text Example
Text Example
White with #4C820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C820A; }
p { color: rgb(76,130,10); }
H1.HeaderClassName
{
color: #4C820A;
}
.AnyTagClassName
{
color: #4C820A;
}
</style>
background-color css
<style>
a { background-color: #4C820A; }
a { background-color: rgb(76,130,10); }
div.DivClassName
{
background-color: #4C820A;
}
.BgClassName
{
background-color: #4C820A;
}
</style>
border-color css
<style>
span { border-color: #4C820A; }
span { border-color: rgb(76,130,10); }
td.TdClassName
{
border-color: #4C820A;
}
.TagClassName
{
border-color: #4C820A;
}
</style>