#64CA8C

Color #64CA8C Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #64CA8C

Tints of Silver Tree #64CA8C

Color information

#64CA8C (or 0x64CA8C) is unknown color: approx Silver Tree. HEX triplet: 64, CA and 8C. RGB value is (100,202,140). Sum of RGB (Red+Green+Blue) = 100+202+140=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #64CA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CA8C is #9B3573. Grayscale: #A4A4A4. Windows color (decimal): -10171764 or 9226852. OLE color: 9226852.

HSL color Cylindrical-coordinate representation of color #64CA8C: hue angle of 143.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CA8C is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB100202140-
CMYK0.5000.310.21
HSL143.53º49.04%59.22%-
HSV(B)143.53º50.5%79.22%-
XYZ31.1146.8432.21-
YUV164.43114.2182.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.62%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=22.62%
G=45.70%
B=31.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021400.5000.310.21143.5349.0459.22
Hex64CA8C3201F1590313b
Octal14431221462037252206173
Binary110010011001010100011001100100111111010110010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64CA8C; }

 p { color: rgb(100,202,140); }

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

<style>
 a { background-color: #64CA8C; }

 a { background-color: rgb(100,202,140); }

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

<style>
 span { border-color: #64CA8C; }

 span { border-color: rgb(100,202,140); }

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