#4F9610

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

Shades of Limeade #4F9610

Tints of Limeade #4F9610

Color information

#4F9610 (or 0x4F9610) is unknown color: approx Limeade. HEX triplet: 4F, 96 and 10. RGB value is (79,150,16). Sum of RGB (Red+Green+Blue) = 79+150+16=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 150 (58.98% from 255 or 61.22% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 150 - color contains mainly: green. Hex color #4F9610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9610 is #B069EF. Grayscale: #717171. Windows color (decimal): -11561456 or 1087055. OLE color: 1087055.

HSL color Cylindrical-coordinate representation of color #4F9610: hue angle of 91.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F9610 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB7915016-
CMYK0.4700.890.41
HSL91.79º80.72%32.55%-
HSV(B)91.79º89.33%58.82%-
XYZ14.2223.514.28-
YUV113.4972.98103.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.24%
GREEN value IS 150 (58.98% from 255) = 61.22%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=32.24%
G=61.22%
B=6.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79150160.4700.890.4191.7980.7232.55
Hex4F96102F059295c5121
Octal117226205701315113412141
Binary100111110010110100001011110101100110100110111001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,150,16); }

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

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

 a { background-color: rgb(79,150,16); }

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

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

 span { border-color: rgb(79,150,16); }

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