#4D9115

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

Shades of Limeade #4D9115

Tints of Limeade #4D9115

Color information

#4D9115 (or 0x4D9115) is unknown color: approx Limeade. HEX triplet: 4D, 91 and 15. RGB value is (77,145,21). Sum of RGB (Red+Green+Blue) = 77+145+21=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 145 (57.03% from 255 or 59.67% from 243); Blue value is 21 (8.59% from 255 or 8.64% from 243); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9115 is #B26EEA. Grayscale: #6E6E6E. Windows color (decimal): -11693803 or 1413453. OLE color: 1413453.

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

Color convert

RGB7714521-
CMYK0.4700.860.43
HSL92.9º74.7%32.55%-
HSV(B)92.9º85.52%56.86%-
XYZ13.3221.884.23-
YUV110.5377.47104.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.69%
GREEN value IS 145 (57.03% from 255) = 59.67%
BLUE value IS 21 (8.59% from 255) = 8.64%
R=31.69%
G=59.67%
B=8.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77145210.4700.860.4392.974.732.55
Hex4D91152F0562B5d4b21
Octal115221255701265313511341
Binary100110110010001101011011110101011010101110111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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