Shades of Vida Loca #4C850D
Tints of Vida Loca #4C850D
RGB
CMYK
RGB Variations
Color information
#4C850D (or 0x4C850D) is known color: Vida Loca. HEX triplet: 4C, 85 and 0D. RGB value is (76,133,13). Sum of RGB (Red+Green+Blue) = 76+133+13=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 133 (52.34% from 255 or 59.91% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 133 - color contains mainly: green. Hex color #4C850D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C850D is #B37AF2. Grayscale: #666666. Windows color (decimal): -11762419 or 886092. OLE color: 886092.
HSL color Cylindrical-coordinate representation of color #4C850D: hue angle of 88.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C850D is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 133 | 13 | - |
| CMYK | 0.43 | 0 | 0.90 | 0.48 |
| HSL | 88.5º | 0.82% | 0.29% | - |
| HSV(B) | 88.5º | 0.9% | 0.52% | - |
| XYZ | 11.44 | 18.34 | 3.32 | - |
| YUV | 102.28 | 77.62 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 133 | 13 | 0.43 | 0 | 0.90 | 0.48 | 88.5 | 0.82 | 0.29 |
| Hex | 4C | 85 | D | 2B | 0 | 5A | 30 | 58 | 52 | 1D |
| Octal | 114 | 205 | 15 | 53 | 0 | 132 | 60 | 130 | 122 | 35 |
| Binary | 1001100 | 10000101 | 1101 | 101011 | 0 | 1011010 | 110000 | 1011000 | 1010010 | 11101 |
Color Harmonies of #4C850D
Complementary color
Monochromatic Colors of #4C850D
Black with #4C850D
Text Example
Text Example
White with #4C850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C850D; }
p { color: rgb(76,133,13); }
H1.HeaderClassName
{
color: #4C850D;
}
.AnyTagClassName
{
color: #4C850D;
}
</style>
background-color css
<style>
a { background-color: #4C850D; }
a { background-color: rgb(76,133,13); }
div.DivClassName
{
background-color: #4C850D;
}
.BgClassName
{
background-color: #4C850D;
}
</style>
border-color css
<style>
span { border-color: #4C850D; }
span { border-color: rgb(76,133,13); }
td.TdClassName
{
border-color: #4C850D;
}
.TagClassName
{
border-color: #4C850D;
}
</style>