#64A232

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

Shades of Limeade #64A232

Tints of Limeade #64A232

Color information

#64A232 (or 0x64A232) is unknown color: approx Limeade. HEX triplet: 64, A2 and 32. RGB value is (100,162,50). Sum of RGB (Red+Green+Blue) = 100+162+50=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #64A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A232 is #9B5DCD. Grayscale: #838383. Windows color (decimal): -10182094 or 3318372. OLE color: 3318372.

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

Color convert

RGB10016250-
CMYK0.3800.690.36
HSL93.21º52.83%41.57%-
HSV(B)93.21º69.14%63.53%-
XYZ18.7528.787.58-
YUV130.6982.46106.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 50 (19.92% from 255) = 16.03%
R=32.05%
G=51.92%
B=16.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100162500.3800.690.3693.2152.8341.57
Hex64A23226045245d352a
Octal14424262460105441356552
Binary110010010100010110010100110010001011001001011101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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