Shades of Vida Loca #4F8D09
Tints of Vida Loca #4F8D09
RGB
CMYK
RGB Variations
Color information
#4F8D09 (or 0x4F8D09) is known color: Vida Loca. HEX triplet: 4F, 8D and 09. RGB value is (79,141,9). Sum of RGB (Red+Green+Blue) = 79+141+9=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 141 (55.47% from 255 or 61.57% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 141 - color contains mainly: green. Hex color #4F8D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8D09 is #B072F6. Grayscale: #6B6B6B. Windows color (decimal): -11563767 or 625999. OLE color: 625999.
HSL color Cylindrical-coordinate representation of color #4F8D09: hue angle of 88.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F8D09 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 141 | 9 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.45 |
| HSL | 88.18º | 0.88% | 0.29% | - |
| HSV(B) | 88.18º | 0.94% | 0.55% | - |
| XYZ | 12.8 | 20.73 | 3.59 | - |
| YUV | 107.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 141 | 9 | 0.44 | 0 | 0.94 | 0.45 | 88.18 | 0.88 | 0.29 |
| Hex | 4F | 8D | 9 | 2C | 0 | 5E | 2D | 58 | 58 | 1D |
| Octal | 117 | 215 | 11 | 54 | 0 | 136 | 55 | 130 | 130 | 35 |
| Binary | 1001111 | 10001101 | 1001 | 101100 | 0 | 1011110 | 101101 | 1011000 | 1011000 | 11101 |
Color Harmonies of #4F8D09
Complementary color
Monochromatic Colors of #4F8D09
Black with #4F8D09
Text Example
Text Example
White with #4F8D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8D09; }
p { color: rgb(79,141,9); }
H1.HeaderClassName
{
color: #4F8D09;
}
.AnyTagClassName
{
color: #4F8D09;
}
</style>
background-color css
<style>
a { background-color: #4F8D09; }
a { background-color: rgb(79,141,9); }
div.DivClassName
{
background-color: #4F8D09;
}
.BgClassName
{
background-color: #4F8D09;
}
</style>
border-color css
<style>
span { border-color: #4F8D09; }
span { border-color: rgb(79,141,9); }
td.TdClassName
{
border-color: #4F8D09;
}
.TagClassName
{
border-color: #4F8D09;
}
</style>