Shades of Vida Loca #4A8D05
Tints of Vida Loca #4A8D05
RGB
CMYK
RGB Variations
Color information
#4A8D05 (or 0x4A8D05) is known color: Vida Loca. HEX triplet: 4A, 8D and 05. RGB value is (74,141,5). Sum of RGB (Red+Green+Blue) = 74+141+5=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 141 (55.47% from 255 or 64.09% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 141 - color contains mainly: green. Hex color #4A8D05 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8D05 is #B572FA. Grayscale: #696969. Windows color (decimal): -11891451 or 363850. OLE color: 363850.
HSL color Cylindrical-coordinate representation of color #4A8D05: hue angle of 89.56º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A8D05 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 141 | 5 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.45 |
| HSL | 89.56º | 0.93% | 0.29% | - |
| HSV(B) | 89.56º | 0.96% | 0.55% | - |
| XYZ | 12.38 | 20.52 | 3.45 | - |
| YUV | 105.46 | 71.3 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 5 | 0.48 | 0 | 0.96 | 0.45 | 89.56 | 0.93 | 0.29 |
| Hex | 4A | 8D | 5 | 30 | 0 | 60 | 2D | 5A | 5D | 1D |
| Octal | 112 | 215 | 5 | 60 | 0 | 140 | 55 | 132 | 135 | 35 |
| Binary | 1001010 | 10001101 | 101 | 110000 | 0 | 1100000 | 101101 | 1011010 | 1011101 | 11101 |
Color Harmonies of #4A8D05
Complementary color
Monochromatic Colors of #4A8D05
Black with #4A8D05
Text Example
Text Example
White with #4A8D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8D05; }
p { color: rgb(74,141,5); }
H1.HeaderClassName
{
color: #4A8D05;
}
.AnyTagClassName
{
color: #4A8D05;
}
</style>
background-color css
<style>
a { background-color: #4A8D05; }
a { background-color: rgb(74,141,5); }
div.DivClassName
{
background-color: #4A8D05;
}
.BgClassName
{
background-color: #4A8D05;
}
</style>
border-color css
<style>
span { border-color: #4A8D05; }
span { border-color: rgb(74,141,5); }
td.TdClassName
{
border-color: #4A8D05;
}
.TagClassName
{
border-color: #4A8D05;
}
</style>