#64993d

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

Shades of Limeade #64993D

Tints of Limeade #64993D

Color information

#64993D (or 0x64993D) is unknown color: approx Limeade. HEX triplet: 64, 99 and 3D. RGB value is (100,153,61). Sum of RGB (Red+Green+Blue) = 100+153+61=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 153 (60.16% from 255 or 48.73% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 153 - color contains mainly: green. Hex color #64993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64993D is #9B66C2. Grayscale: #7E7E7E. Windows color (decimal): -10184387 or 4036964. OLE color: 4036964.

HSL color Cylindrical-coordinate representation of color #64993D: hue angle of 94.57º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64993D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB10015361-
CMYK0.3500.600.4
HSL94.57º42.99%41.96%-
HSV(B)94.57º60.13%60%-
XYZ17.4925.838.48-
YUV126.6690.94108.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 153 (60.16% from 255) = 48.73%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=31.85%
G=48.73%
B=19.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153610.3500.600.494.5742.9941.96
Hex64993D2303C285f2b2a
Octal1442317543074501375352
Binary11001001001100111110110001101111001010001011111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64993d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64993d; }

 p { color: rgb(100,153,61); }

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

<style>
 a { background-color: #64993d; }

 a { background-color: rgb(100,153,61); }

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

<style>
 span { border-color: #64993d; }

 span { border-color: rgb(100,153,61); }

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