#4D9218

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

Shades of Limeade #4D9218

Tints of Limeade #4D9218

Color information

#4D9218 (or 0x4D9218) is unknown color: approx Limeade. HEX triplet: 4D, 92 and 18. RGB value is (77,146,24). Sum of RGB (Red+Green+Blue) = 77+146+24=247 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.17% from 247); Green value is 146 (57.42% from 255 or 59.11% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 146 - color contains mainly: green. Hex color #4D9218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9218 is #B26DE7. Grayscale: #6F6F6F. Windows color (decimal): -11693544 or 1610317. OLE color: 1610317.

HSL color Cylindrical-coordinate representation of color #4D9218: hue angle of 93.93º degrees, saturation: 0.72, 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 #4D9218 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB7714624-
CMYK0.4700.840.43
HSL93.93º71.76%33.33%-
HSV(B)93.93º83.56%57.25%-
XYZ13.522.24.44-
YUV111.4678.64103.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.17%
GREEN value IS 146 (57.42% from 255) = 59.11%
BLUE value IS 24 (9.77% from 255) = 9.72%
R=31.17%
G=59.11%
B=9.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77146240.4700.840.4393.9371.7633.33
Hex4D92182F0542B5e4821
Octal115222305701245313611041
Binary100110110010010110001011110101010010101110111101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,146,24); }

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

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

 a { background-color: rgb(77,146,24); }

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

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

 span { border-color: rgb(77,146,24); }

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