#4C800B

Color #4C800B Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #4C800B

Tints of Vida Loca #4C800B

Color information

#4C800B (or 0x4C800B) is unknown color: approx Vida Loca. HEX triplet: 4C, 80 and 0B. RGB value is (76,128,11). Sum of RGB (Red+Green+Blue) = 76+128+11=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #4C800B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C800B is #B37FF4. Grayscale: #636363. Windows color (decimal): -11763701 or 753740. OLE color: 753740.

HSL color Cylindrical-coordinate representation of color #4C800B: hue angle of 86.67º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C800B is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB7612811-
CMYK0.4100.910.50
HSL86.67º84.17%27.25%-
HSV(B)86.67º91.41%50.2%-
XYZ10.76173.03-
YUV99.1178.27111.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 35.35%
GREEN value IS 128 (50.39% from 255) = 59.53%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=35.35%
G=59.53%
B=5.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76128110.4100.910.5086.6784.1727.25
Hex4C80B2905B3257541b
Octal114200135101336212712433
Binary1001100100000001011101001010110111100101010111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C800B; }

 p { color: rgb(76,128,11); }

 H1.HeaderClassName
 {
   color: #4C800B;
 }
 .AnyTagClassName
 {
   color: #4C800B;
 }
</style>
background-color css

<style>
 a { background-color: #4C800B; }

 a { background-color: rgb(76,128,11); }

 div.DivClassName
 {
   background-color: #4C800B;
 }
 .BgClassName
 {
   background-color: #4C800B;
 }
</style>
border-color css

<style>
 span { border-color: #4C800B; }

 span { border-color: rgb(76,128,11); }

 td.TdClassName
 {
   border-color: #4C800B;
 }
 .TagClassName
 {
   border-color: #4C800B;
 }
</style>