#4F9117

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

Shades of Limeade #4F9117

Tints of Limeade #4F9117

Color information

#4F9117 (or 0x4F9117) is unknown color: approx Limeade. HEX triplet: 4F, 91 and 17. RGB value is (79,145,23). Sum of RGB (Red+Green+Blue) = 79+145+23=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 145 (57.03% from 255 or 58.70% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9117 is #B06EE8. Grayscale: #6F6F6F. Windows color (decimal): -11562729 or 1544527. OLE color: 1544527.

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

Color convert

RGB7914523-
CMYK0.4600.840.43
HSL92.46º72.62%32.94%-
HSV(B)92.46º84.14%56.86%-
XYZ13.521.974.34-
YUV111.3678.13104.92-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 145 (57.03% from 255) = 58.70%
BLUE value IS 23 (9.38% from 255) = 9.31%
R=31.98%
G=58.70%
B=9.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79145230.4600.840.4392.4672.6232.94
Hex4F91172E0542B5c4921
Octal117221275601245313411141
Binary100111110010001101111011100101010010101110111001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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