#64A637

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

Shades of Limeade #64A637

Tints of Limeade #64A637

Color information

#64A637 (or 0x64A637) is unknown color: approx Limeade. HEX triplet: 64, A6 and 37. RGB value is (100,166,55). Sum of RGB (Red+Green+Blue) = 100+166+55=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #64A637 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A637 is #9B59C8. Grayscale: #858585. Windows color (decimal): -10181065 or 3647076. OLE color: 3647076.

HSL color Cylindrical-coordinate representation of color #64A637: hue angle of 95.68º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64A637 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB10016655-
CMYK0.4000.670.35
HSL95.68º50.23%43.33%-
HSV(B)95.68º66.87%65.1%-
XYZ19.5830.268.42-
YUV133.6183.63104.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 166 (65.23% from 255) = 51.71%
BLUE value IS 55 (21.88% from 255) = 17.13%
R=31.15%
G=51.71%
B=17.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100166550.4000.670.3595.6850.2343.33
Hex64A637280432360322b
Octal14424667500103431406253
Binary110010010100110110111101000010000111000111100000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A637; }

 p { color: rgb(100,166,55); }

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

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

 a { background-color: rgb(100,166,55); }

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

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

 span { border-color: rgb(100,166,55); }

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