Shades of Vida Loca #4F8B0B
Tints of Vida Loca #4F8B0B
RGB
CMYK
RGB Variations
Color information
#4F8B0B (or 0x4F8B0B) is known color: Vida Loca. HEX triplet: 4F, 8B and 0B. RGB value is (79,139,11). Sum of RGB (Red+Green+Blue) = 79+139+11=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 139 (54.69% from 255 or 60.70% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 139 - color contains mainly: green. Hex color #4F8B0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8B0B is #B074F4. Grayscale: #6A6A6A. Windows color (decimal): -11564277 or 756559. OLE color: 756559.
HSL color Cylindrical-coordinate representation of color #4F8B0B: hue angle of 88.12º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F8B0B is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 139 | 11 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.45 |
| HSL | 88.13º | 0.85% | 0.29% | - |
| HSV(B) | 88.13º | 0.92% | 0.55% | - |
| XYZ | 12.52 | 20.15 | 3.55 | - |
| YUV | 106.47 | 74.12 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 139 | 11 | 0.43 | 0 | 0.92 | 0.45 | 88.13 | 0.85 | 0.29 |
| Hex | 4F | 8B | B | 2B | 0 | 5C | 2D | 58 | 55 | 1D |
| Octal | 117 | 213 | 13 | 53 | 0 | 134 | 55 | 130 | 125 | 35 |
| Binary | 1001111 | 10001011 | 1011 | 101011 | 0 | 1011100 | 101101 | 1011000 | 1010101 | 11101 |
Color Harmonies of #4F8B0B
Complementary color
Monochromatic Colors of #4F8B0B
Black with #4F8B0B
Text Example
Text Example
White with #4F8B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F8B0B; }
p { color: rgb(79,139,11); }
H1.HeaderClassName
{
color: #4F8B0B;
}
.AnyTagClassName
{
color: #4F8B0B;
}
</style>
background-color css
<style>
a { background-color: #4F8B0B; }
a { background-color: rgb(79,139,11); }
div.DivClassName
{
background-color: #4F8B0B;
}
.BgClassName
{
background-color: #4F8B0B;
}
</style>
border-color css
<style>
span { border-color: #4F8B0B; }
span { border-color: rgb(79,139,11); }
td.TdClassName
{
border-color: #4F8B0B;
}
.TagClassName
{
border-color: #4F8B0B;
}
</style>