#64A52E

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

Shades of Limeade #64A52E

Tints of Limeade #64A52E

Color information

#64A52E (or 0x64A52E) is unknown color: approx Limeade. HEX triplet: 64, A5 and 2E. RGB value is (100,165,46). Sum of RGB (Red+Green+Blue) = 100+165+46=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #64A52E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A52E is #9B5AD1. Grayscale: #848484. Windows color (decimal): -10181330 or 3056996. OLE color: 3056996.

HSL color Cylindrical-coordinate representation of color #64A52E: hue angle of 92.77º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64A52E is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB10016546-
CMYK0.3900.720.35
HSL92.77º56.4%41.37%-
HSV(B)92.77º72.12%64.71%-
XYZ19.229.827.33-
YUV13279.47105.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=32.15%
G=53.05%
B=14.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100165460.3900.720.3592.7756.441.37
Hex64A52E27048235d3829
Octal14424556470110431357051
Binary110010010100101101110100111010010001000111011101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,165,46); }

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

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

 a { background-color: rgb(100,165,46); }

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

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

 span { border-color: rgb(100,165,46); }

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