#659B3C

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

Shades of Limeade #659B3C

Tints of Limeade #659B3C

Color information

#659B3C (or 0x659B3C) is unknown color: approx Limeade. HEX triplet: 65, 9B and 3C. RGB value is (101,155,60). Sum of RGB (Red+Green+Blue) = 101+155+60=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #659B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659B3C is #9A64C3. Grayscale: #808080. Windows color (decimal): -10118340 or 3971941. OLE color: 3971941.

HSL color Cylindrical-coordinate representation of color #659B3C: hue angle of 94.11º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #659B3C is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB10115560-
CMYK0.3500.610.39
HSL94.11º44.19%42.16%-
HSV(B)94.11º61.29%60.78%-
XYZ17.926.548.45-
YUV128.0289.61108.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=31.96%
G=49.05%
B=18.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101155600.3500.610.3994.1144.1942.16
Hex659B3C2303D275e2c2a
Octal1452337443075471365452
Binary11001011001101111110010001101111011001111011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659B3C; }

 p { color: rgb(101,155,60); }

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

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

 a { background-color: rgb(101,155,60); }

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

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

 span { border-color: rgb(101,155,60); }

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