#64973F

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

Shades of Limeade #64973F

Tints of Limeade #64973F

Color information

#64973F (or 0x64973F) is unknown color: approx Limeade. HEX triplet: 64, 97 and 3F. RGB value is (100,151,63). Sum of RGB (Red+Green+Blue) = 100+151+63=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #64973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64973F is #9B68C0. Grayscale: #7E7E7E. Windows color (decimal): -10184897 or 4167524. OLE color: 4167524.

HSL color Cylindrical-coordinate representation of color #64973F: hue angle of 94.77º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64973F is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB10015163-
CMYK0.3400.580.41
HSL94.77º41.12%41.96%-
HSV(B)94.77º58.28%59.22%-
XYZ17.2225.28.66-
YUV125.7292.6109.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 151 (59.38% from 255) = 48.09%
BLUE value IS 63 (25% from 255) = 20.06%
R=31.85%
G=48.09%
B=20.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100151630.3400.580.4194.7741.1241.96
Hex64973F2203A295f292a
Octal1442277742072511375152
Binary11001001001011111111110001001110101010011011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64973F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64973F; }

 p { color: rgb(100,151,63); }

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

<style>
 a { background-color: #64973F; }

 a { background-color: rgb(100,151,63); }

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

<style>
 span { border-color: #64973F; }

 span { border-color: rgb(100,151,63); }

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