#64A635

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

Shades of Limeade #64A635

Tints of Limeade #64A635

Color information

#64A635 (or 0x64A635) is unknown color: approx Limeade. HEX triplet: 64, A6 and 35. RGB value is (100,166,53). Sum of RGB (Red+Green+Blue) = 100+166+53=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #64A635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A635 is #9B59CA. Grayscale: #858585. Windows color (decimal): -10181067 or 3516004. OLE color: 3516004.

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

Color convert

RGB10016653-
CMYK0.4000.680.35
HSL95.04º51.6%42.94%-
HSV(B)95.04º68.07%65.1%-
XYZ19.5330.248.18-
YUV133.3882.63104.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 166 (65.23% from 255) = 52.04%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=31.35%
G=52.04%
B=16.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100166530.4000.680.3595.0451.642.94
Hex64A63528044235f342b
Octal14424665500104431376453
Binary110010010100110110101101000010001001000111011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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