#64993B

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

Shades of Limeade #64993B

Tints of Limeade #64993B

Color information

#64993B (or 0x64993B) is unknown color: approx Limeade. HEX triplet: 64, 99 and 3B. RGB value is (100,153,59). Sum of RGB (Red+Green+Blue) = 100+153+59=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #64993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64993B is #9B66C4. Grayscale: #7E7E7E. Windows color (decimal): -10184389 or 3905892. OLE color: 3905892.

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

Color convert

RGB10015359-
CMYK0.3500.610.4
HSL93.83º44.34%41.57%-
HSV(B)93.83º61.44%60%-
XYZ17.4425.818.2-
YUV126.4489.94109.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 59 (23.44% from 255) = 18.91%
R=32.05%
G=49.04%
B=18.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153590.3500.610.493.8344.3441.57
Hex64993B2303D285e2c2a
Octal1442317343075501365452
Binary11001001001100111101110001101111011010001011110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64993B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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