Shades of Vida Loca #4F881C
Tints of Vida Loca #4F881C
RGB
CMYK
RGB Variations
Color information
#4F881C (or 0x4F881C) is known color: Vida Loca. HEX triplet: 4F, 88 and 1C. RGB value is (79,136,28). Sum of RGB (Red+Green+Blue) = 79+136+28=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #4F881C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F881C is #B077E3. Grayscale: #6B6B6B. Windows color (decimal): -11565028 or 1869903. OLE color: 1869903.
HSL color Cylindrical-coordinate representation of color #4F881C: hue angle of 91.67º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4F881C is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 136 | 28 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.47 |
| HSL | 91.67º | 0.66% | 0.32% | - |
| HSV(B) | 91.67º | 0.79% | 0.53% | - |
| XYZ | 12.24 | 19.35 | 4.19 | - |
| YUV | 106.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 28 | 0.42 | 0 | 0.79 | 0.47 | 91.67 | 0.66 | 0.32 |
| Hex | 4F | 88 | 1C | 2A | 0 | 4F | 2F | 5C | 42 | 20 |
| Octal | 117 | 210 | 34 | 52 | 0 | 117 | 57 | 134 | 102 | 40 |
| Binary | 1001111 | 10001000 | 11100 | 101010 | 0 | 1001111 | 101111 | 1011100 | 1000010 | 100000 |
Color Harmonies of #4F881C
Complementary color
Monochromatic Colors of #4F881C
Black with #4F881C
Text Example
Text Example
White with #4F881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F881C; }
p { color: rgb(79,136,28); }
H1.HeaderClassName
{
color: #4F881C;
}
.AnyTagClassName
{
color: #4F881C;
}
</style>
background-color css
<style>
a { background-color: #4F881C; }
a { background-color: rgb(79,136,28); }
div.DivClassName
{
background-color: #4F881C;
}
.BgClassName
{
background-color: #4F881C;
}
</style>
border-color css
<style>
span { border-color: #4F881C; }
span { border-color: rgb(79,136,28); }
td.TdClassName
{
border-color: #4F881C;
}
.TagClassName
{
border-color: #4F881C;
}
</style>