#4F8800

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

Shades of Vida Loca #4F8800

Tints of Vida Loca #4F8800

Color information

#4F8800 (or 0x4F8800) is unknown color: approx Vida Loca. HEX triplet: 4F, 88 and 00. RGB value is (79,136,0). Sum of RGB (Red+Green+Blue) = 79+136+0=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 136 (53.52% from 255 or 63.26% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 136 - color contains mainly: green. Hex color #4F8800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8800 is #B077FF. Grayscale: #676767. Windows color (decimal): -11565056 or 34895. OLE color: 34895.

HSL color Cylindrical-coordinate representation of color #4F8800: hue angle of 85.15º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F8800 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB791360-
CMYK0.42010.47
HSL85.15º100%26.67%-
HSV(B)85.15º100%53.33%-
XYZ12.0319.273.09-
YUV103.4569.62110.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.74%
GREEN value IS 136 (53.52% from 255) = 63.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.74%
G=63.26%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7913600.42010.4785.1510026.67
Hex4F8802A0642F55641b
Octal11721005201445712514433
Binary1001111100010000101010011001001011111010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,136,0); }

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

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

 a { background-color: rgb(79,136,0); }

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

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

 span { border-color: rgb(79,136,0); }

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