#64A132

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

Shades of Limeade #64A132

Tints of Limeade #64A132

Color information

#64A132 (or 0x64A132) is unknown color: approx Limeade. HEX triplet: 64, A1 and 32. RGB value is (100,161,50). Sum of RGB (Red+Green+Blue) = 100+161+50=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #64A132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A132 is #9B5ECD. Grayscale: #828282. Windows color (decimal): -10182350 or 3318116. OLE color: 3318116.

HSL color Cylindrical-coordinate representation of color #64A132: hue angle of 92.97º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64A132 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB10016150-
CMYK0.3800.690.37
HSL92.97º52.61%41.37%-
HSV(B)92.97º68.94%63.14%-
XYZ18.5828.437.53-
YUV130.1182.79106.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.15%
GREEN value IS 161 (63.28% from 255) = 51.77%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=32.15%
G=51.77%
B=16.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal100161500.3800.690.3792.9752.6141.37
Hex64A13226045255d3529
Octal14424162460105451356551
Binary110010010100001110010100110010001011001011011101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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