#64973D

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

Shades of Limeade #64973D

Tints of Limeade #64973D

Color information

#64973D (or 0x64973D) is unknown color: approx Limeade. HEX triplet: 64, 97 and 3D. RGB value is (100,151,61). Sum of RGB (Red+Green+Blue) = 100+151+61=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #64973D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64973D is #9B68C2. Grayscale: #7D7D7D. Windows color (decimal): -10184899 or 4036452. OLE color: 4036452.

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

Color convert

RGB10015161-
CMYK0.3400.600.41
HSL94º42.45%41.57%-
HSV(B)94º59.6%59.22%-
XYZ17.1625.188.37-
YUV125.4991.6109.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.05%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=32.05%
G=48.40%
B=19.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100151610.3400.600.419442.4541.57
Hex64973D2203C295e2a2a
Octal1442277542074511365252
Binary11001001001011111110110001001111001010011011110101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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