#659940

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

Shades of Limeade #659940

Tints of Limeade #659940

Color information

#659940 (or 0x659940) is unknown color: approx Limeade. HEX triplet: 65, 99 and 40. RGB value is (101,153,64). Sum of RGB (Red+Green+Blue) = 101+153+64=318 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.76% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #659940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659940 is #9A66BF. Grayscale: #7F7F7F. Windows color (decimal): -10118848 or 4233573. OLE color: 4233573.

HSL color Cylindrical-coordinate representation of color #659940: hue angle of 95.06º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #659940 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB10115364-
CMYK0.3400.580.4
HSL95.06º41.01%42.55%-
HSV(B)95.06º58.17%60%-
XYZ17.6825.928.92-
YUV127.3192.27109.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.76%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=31.76%
G=48.11%
B=20.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101153640.3400.580.495.0641.0142.55
Hex6599402203A285f292b
Octal14523110042072501375153
Binary110010110011001100000010001001110101010001011111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659940; }

 p { color: rgb(101,153,64); }

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

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

 a { background-color: rgb(101,153,64); }

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

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

 span { border-color: rgb(101,153,64); }

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