Shades of Vida Loca #4C810F
Tints of Vida Loca #4C810F
RGB
CMYK
RGB Variations
Color information
#4C810F (or 0x4C810F) is known color: Vida Loca. HEX triplet: 4C, 81 and 0F. RGB value is (76,129,15). Sum of RGB (Red+Green+Blue) = 76+129+15=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #4C810F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C810F is #B37EF0. Grayscale: #646464. Windows color (decimal): -11763441 or 1016140. OLE color: 1016140.
HSL color Cylindrical-coordinate representation of color #4C810F: hue angle of 87.89º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C810F is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 129 | 15 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.49 |
| HSL | 87.89º | 0.79% | 0.28% | - |
| HSV(B) | 87.89º | 0.88% | 0.51% | - |
| XYZ | 10.92 | 17.27 | 3.21 | - |
| YUV | 100.16 | 79.94 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 129 | 15 | 0.41 | 0 | 0.88 | 0.49 | 87.89 | 0.79 | 0.28 |
| Hex | 4C | 81 | F | 29 | 0 | 58 | 31 | 58 | 4F | 1C |
| Octal | 114 | 201 | 17 | 51 | 0 | 130 | 61 | 130 | 117 | 34 |
| Binary | 1001100 | 10000001 | 1111 | 101001 | 0 | 1011000 | 110001 | 1011000 | 1001111 | 11100 |
Color Harmonies of #4C810F
Complementary color
Monochromatic Colors of #4C810F
Black with #4C810F
Text Example
Text Example
White with #4C810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C810F; }
p { color: rgb(76,129,15); }
H1.HeaderClassName
{
color: #4C810F;
}
.AnyTagClassName
{
color: #4C810F;
}
</style>
background-color css
<style>
a { background-color: #4C810F; }
a { background-color: rgb(76,129,15); }
div.DivClassName
{
background-color: #4C810F;
}
.BgClassName
{
background-color: #4C810F;
}
</style>
border-color css
<style>
span { border-color: #4C810F; }
span { border-color: rgb(76,129,15); }
td.TdClassName
{
border-color: #4C810F;
}
.TagClassName
{
border-color: #4C810F;
}
</style>