#4F8E15

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

Shades of Vida Loca #4F8E15

Tints of Vida Loca #4F8E15

Color information

#4F8E15 (or 0x4F8E15) is unknown color: approx Vida Loca. HEX triplet: 4F, 8E and 15. RGB value is (79,142,21). Sum of RGB (Red+Green+Blue) = 79+142+21=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 142 (55.86% from 255 or 58.68% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 142 - color contains mainly: green. Hex color #4F8E15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8E15 is #B071EA. Grayscale: #6D6D6D. Windows color (decimal): -11563499 or 1412687. OLE color: 1412687.

HSL color Cylindrical-coordinate representation of color #4F8E15: hue angle of 91.24º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F8E15 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB7914221-
CMYK0.4400.850.44
HSL91.24º74.23%31.96%-
HSV(B)91.24º85.21%55.69%-
XYZ13.0321.064.09-
YUV109.3778.13106.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 142 (55.86% from 255) = 58.68%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=32.64%
G=58.68%
B=8.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal79142210.4400.850.4491.2474.2331.96
Hex4F8E152C0552C5b4a20
Octal117216255401255413311240
Binary100111110001110101011011000101010110110010110111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,21); }

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

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

 a { background-color: rgb(79,142,21); }

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

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

 span { border-color: rgb(79,142,21); }

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