#64A332

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

Shades of Limeade #64A332

Tints of Limeade #64A332

Color information

#64A332 (or 0x64A332) is unknown color: approx Limeade. HEX triplet: 64, A3 and 32. RGB value is (100,163,50). Sum of RGB (Red+Green+Blue) = 100+163+50=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #64A332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A332 is #9B5CCD. Grayscale: #838383. Windows color (decimal): -10181838 or 3318628. OLE color: 3318628.

HSL color Cylindrical-coordinate representation of color #64A332: hue angle of 93.45º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64A332 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB10016350-
CMYK0.3900.690.36
HSL93.45º53.05%41.76%-
HSV(B)93.45º69.33%63.92%-
XYZ18.9329.137.64-
YUV131.2882.13105.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 163 (64.06% from 255) = 52.08%
BLUE value IS 50 (19.92% from 255) = 15.97%
R=31.95%
G=52.08%
B=15.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100163500.3900.690.3693.4553.0541.76
Hex64A33227045245d352a
Octal14424362470105441356552
Binary110010010100011110010100111010001011001001011101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,163,50); }

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

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

 a { background-color: rgb(100,163,50); }

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

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

 span { border-color: rgb(100,163,50); }

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