Shades of Vida Loca #4C850C
Tints of Vida Loca #4C850C
RGB
CMYK
RGB Variations
Color information
#4C850C (or 0x4C850C) is known color: Vida Loca. HEX triplet: 4C, 85 and 0C. RGB value is (76,133,12). Sum of RGB (Red+Green+Blue) = 76+133+12=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #4C850C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C850C is #B37AF3. Grayscale: #666666. Windows color (decimal): -11762420 or 820556. OLE color: 820556.
HSL color Cylindrical-coordinate representation of color #4C850C: hue angle of 88.26º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C850C is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 12 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.48 |
| HSL | 88.26º | 0.83% | 0.28% | - |
| HSV(B) | 88.26º | 0.91% | 0.52% | - |
| XYZ | 11.43 | 18.34 | 3.28 | - |
| YUV | 102.16 | 77.12 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 12 | 0.43 | 0 | 0.91 | 0.48 | 88.26 | 0.83 | 0.28 |
| Hex | 4C | 85 | C | 2B | 0 | 5B | 30 | 58 | 53 | 1C |
| Octal | 114 | 205 | 14 | 53 | 0 | 133 | 60 | 130 | 123 | 34 |
| Binary | 1001100 | 10000101 | 1100 | 101011 | 0 | 1011011 | 110000 | 1011000 | 1010011 | 11100 |
Color Harmonies of #4C850C
Complementary color
Monochromatic Colors of #4C850C
Black with #4C850C
Text Example
Text Example
White with #4C850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C850C; }
p { color: rgb(76,133,12); }
H1.HeaderClassName
{
color: #4C850C;
}
.AnyTagClassName
{
color: #4C850C;
}
</style>
background-color css
<style>
a { background-color: #4C850C; }
a { background-color: rgb(76,133,12); }
div.DivClassName
{
background-color: #4C850C;
}
.BgClassName
{
background-color: #4C850C;
}
</style>
border-color css
<style>
span { border-color: #4C850C; }
span { border-color: rgb(76,133,12); }
td.TdClassName
{
border-color: #4C850C;
}
.TagClassName
{
border-color: #4C850C;
}
</style>