#4F9216

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

Shades of Limeade #4F9216

Tints of Limeade #4F9216

Color information

#4F9216 (or 0x4F9216) is unknown color: approx Limeade. HEX triplet: 4F, 92 and 16. RGB value is (79,146,22). Sum of RGB (Red+Green+Blue) = 79+146+22=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #4F9216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9216 is #B06DE9. Grayscale: #707070. Windows color (decimal): -11562474 or 1479247. OLE color: 1479247.

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

Color convert

RGB7914622-
CMYK0.4600.850.43
HSL92.42º73.81%32.94%-
HSV(B)92.42º84.93%57.25%-
XYZ13.6522.284.34-
YUV111.8377.3104.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.98%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=31.98%
G=59.11%
B=8.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79146220.4600.850.4392.4273.8132.94
Hex4F92162E0552B5c4a21
Octal117222265601255313411241
Binary100111110010010101101011100101010110101110111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,146,22); }

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

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

 a { background-color: rgb(79,146,22); }

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

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

 span { border-color: rgb(79,146,22); }

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