Shades of Vida Loca #4B8601
Tints of Vida Loca #4B8601
RGB
CMYK
RGB Variations
Color information
#4B8601 (or 0x4B8601) is known color: Vida Loca. HEX triplet: 4B, 86 and 01. RGB value is (75,134,1). Sum of RGB (Red+Green+Blue) = 75+134+1=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #4B8601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8601 is #B479FE. Grayscale: #656565. Windows color (decimal): -11827711 or 99915. OLE color: 99915.
HSL color Cylindrical-coordinate representation of color #4B8601: hue angle of 86.62º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B8601 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 134 | 1 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.47 |
| HSL | 86.62º | 0.99% | 0.26% | - |
| HSV(B) | 86.62º | 0.99% | 0.53% | - |
| XYZ | 11.43 | 18.55 | 3.01 | - |
| YUV | 101.2 | 71.45 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 134 | 1 | 0.44 | 0 | 0.99 | 0.47 | 86.62 | 0.99 | 0.26 |
| Hex | 4B | 86 | 1 | 2C | 0 | 63 | 2F | 57 | 63 | 1A |
| Octal | 113 | 206 | 1 | 54 | 0 | 143 | 57 | 127 | 143 | 32 |
| Binary | 1001011 | 10000110 | 1 | 101100 | 0 | 1100011 | 101111 | 1010111 | 1100011 | 11010 |
Color Harmonies of #4B8601
Complementary color
Monochromatic Colors of #4B8601
Black with #4B8601
Text Example
Text Example
White with #4B8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B8601; }
p { color: rgb(75,134,1); }
H1.HeaderClassName
{
color: #4B8601;
}
.AnyTagClassName
{
color: #4B8601;
}
</style>
background-color css
<style>
a { background-color: #4B8601; }
a { background-color: rgb(75,134,1); }
div.DivClassName
{
background-color: #4B8601;
}
.BgClassName
{
background-color: #4B8601;
}
</style>
border-color css
<style>
span { border-color: #4B8601; }
span { border-color: rgb(75,134,1); }
td.TdClassName
{
border-color: #4B8601;
}
.TagClassName
{
border-color: #4B8601;
}
</style>