#64983F

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

Shades of Limeade #64983F

Tints of Limeade #64983F

Color information

#64983F (or 0x64983F) is unknown color: approx Limeade. HEX triplet: 64, 98 and 3F. RGB value is (100,152,63). Sum of RGB (Red+Green+Blue) = 100+152+63=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #64983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64983F is #9B67C0. Grayscale: #7E7E7E. Windows color (decimal): -10184641 or 4167780. OLE color: 4167780.

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

Color convert

RGB10015263-
CMYK0.3400.590.40
HSL95.06º41.4%42.16%-
HSV(B)95.06º58.55%59.61%-
XYZ17.3825.528.71-
YUV126.3192.27109.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 152 (59.77% from 255) = 48.25%
BLUE value IS 63 (25% from 255) = 20%
R=31.75%
G=48.25%
B=20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100152630.3400.590.4095.0641.442.16
Hex64983F2203B285f292a
Octal1442307742073501375152
Binary11001001001100011111110001001110111010001011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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