#4F9115

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

Shades of Limeade #4F9115

Tints of Limeade #4F9115

Color information

#4F9115 (or 0x4F9115) is unknown color: approx Limeade. HEX triplet: 4F, 91 and 15. RGB value is (79,145,21). Sum of RGB (Red+Green+Blue) = 79+145+21=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9115 is #B06EEA. Grayscale: #6F6F6F. Windows color (decimal): -11562731 or 1413455. OLE color: 1413455.

HSL color Cylindrical-coordinate representation of color #4F9115: hue angle of 91.94º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F9115 is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB7914521-
CMYK0.4600.860.43
HSL91.94º74.7%32.55%-
HSV(B)91.94º85.52%56.86%-
XYZ13.4921.974.24-
YUV111.1377.13105.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 145 (57.03% from 255) = 59.18%
BLUE value IS 21 (8.59% from 255) = 8.57%
R=32.24%
G=59.18%
B=8.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79145210.4600.860.4391.9474.732.55
Hex4F91152E0562B5c4b21
Octal117221255601265313411341
Binary100111110010001101011011100101011010101110111001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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