#64A624

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

Shades of Limeade #64A624

Tints of Limeade #64A624

Color information

#64A624 (or 0x64A624) is unknown color: approx Limeade. HEX triplet: 64, A6 and 24. RGB value is (100,166,36). Sum of RGB (Red+Green+Blue) = 100+166+36=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #64A624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A624 is #9B59DB. Grayscale: #838383. Windows color (decimal): -10181084 or 2401892. OLE color: 2401892.

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

Color convert

RGB10016636-
CMYK0.4000.780.35
HSL90.46º64.36%39.61%-
HSV(B)90.46º78.31%65.1%-
XYZ19.2130.116.47-
YUV131.4574.13105.57-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.11%
GREEN value IS 166 (65.23% from 255) = 54.97%
BLUE value IS 36 (14.45% from 255) = 11.92%
R=33.11%
G=54.97%
B=11.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100166360.4000.780.3590.4664.3639.61
Hex64A6242804E235a4028
Octal144246445001164313210050
Binary1100100101001101001001010000100111010001110110101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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