#64973A

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

Shades of Limeade #64973A

Tints of Limeade #64973A

Color information

#64973A (or 0x64973A) is unknown color: approx Limeade. HEX triplet: 64, 97 and 3A. RGB value is (100,151,58). Sum of RGB (Red+Green+Blue) = 100+151+58=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #64973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64973A is #9B68C5. Grayscale: #7D7D7D. Windows color (decimal): -10184902 or 3839844. OLE color: 3839844.

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

Color convert

RGB10015158-
CMYK0.3400.620.41
HSL92.9º44.5%40.98%-
HSV(B)92.9º61.59%59.22%-
XYZ17.0925.157.96-
YUV125.1590.1110.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 151 (59.38% from 255) = 48.87%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=32.36%
G=48.87%
B=18.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100151580.3400.620.4192.944.540.98
Hex64973A2203E295d2c29
Octal1442277242076511355451
Binary11001001001011111101010001001111101010011011101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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