Shades of Vida Loca #4F881E
Tints of Vida Loca #4F881E
RGB
CMYK
RGB Variations
Color information
#4F881E (or 0x4F881E) is known color: Vida Loca. HEX triplet: 4F, 88 and 1E. RGB value is (79,136,30). Sum of RGB (Red+Green+Blue) = 79+136+30=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #4F881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F881E is #B077E1. Grayscale: #6B6B6B. Windows color (decimal): -11565026 or 2000975. OLE color: 2000975.
HSL color Cylindrical-coordinate representation of color #4F881E: hue angle of 92.26º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F881E is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 136 | 30 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.47 |
| HSL | 92.26º | 0.64% | 0.33% | - |
| HSV(B) | 92.26º | 0.78% | 0.53% | - |
| XYZ | 12.26 | 19.36 | 4.32 | - |
| YUV | 106.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 136 | 30 | 0.42 | 0 | 0.78 | 0.47 | 92.26 | 0.64 | 0.33 |
| Hex | 4F | 88 | 1E | 2A | 0 | 4E | 2F | 5C | 40 | 21 |
| Octal | 117 | 210 | 36 | 52 | 0 | 116 | 57 | 134 | 100 | 41 |
| Binary | 1001111 | 10001000 | 11110 | 101010 | 0 | 1001110 | 101111 | 1011100 | 1000000 | 100001 |
Color Harmonies of #4F881E
Complementary color
Monochromatic Colors of #4F881E
Black with #4F881E
Text Example
Text Example
White with #4F881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F881E; }
p { color: rgb(79,136,30); }
H1.HeaderClassName
{
color: #4F881E;
}
.AnyTagClassName
{
color: #4F881E;
}
</style>
background-color css
<style>
a { background-color: #4F881E; }
a { background-color: rgb(79,136,30); }
div.DivClassName
{
background-color: #4F881E;
}
.BgClassName
{
background-color: #4F881E;
}
</style>
border-color css
<style>
span { border-color: #4F881E; }
span { border-color: rgb(79,136,30); }
td.TdClassName
{
border-color: #4F881E;
}
.TagClassName
{
border-color: #4F881E;
}
</style>