#64A335

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

Shades of Limeade #64A335

Tints of Limeade #64A335

Color information

#64A335 (or 0x64A335) is unknown color: approx Limeade. HEX triplet: 64, A3 and 35. RGB value is (100,163,53). Sum of RGB (Red+Green+Blue) = 100+163+53=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 163 (64.06% from 255 or 51.58% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 163 - color contains mainly: green. Hex color #64A335 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A335 is #9B5CCA. Grayscale: #848484. Windows color (decimal): -10181835 or 3515236. OLE color: 3515236.

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

Color convert

RGB10016353-
CMYK0.3900.670.36
HSL94.36º50.93%42.35%-
HSV(B)94.36º67.48%63.92%-
XYZ1929.168-
YUV131.6283.63105.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 163 (64.06% from 255) = 51.58%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=31.65%
G=51.58%
B=16.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100163530.3900.670.3694.3650.9342.35
Hex64A33527043245e332a
Octal14424365470103441366352
Binary110010010100011110101100111010000111001001011110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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