#64CD8E

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

Shades of Silver Tree #64CD8E

Tints of Silver Tree #64CD8E

Color information

#64CD8E (or 0x64CD8E) is unknown color: approx Silver Tree. HEX triplet: 64, CD and 8E. RGB value is (100,205,142). Sum of RGB (Red+Green+Blue) = 100+205+142=447 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.37% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD8E is #9B3271. Grayscale: #A6A6A6. Windows color (decimal): -10170994 or 9358692. OLE color: 9358692.

HSL color Cylindrical-coordinate representation of color #64CD8E: hue angle of 144º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD8E is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB100205142-
CMYK0.5100.310.20
HSL144º51.22%59.8%-
HSV(B)144º51.22%80.39%-
XYZ31.9748.3233.23-
YUV166.42114.2180.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.37%
GREEN value IS 205 (80.47% from 255) = 45.86%
BLUE value IS 142 (55.86% from 255) = 31.77%
R=22.37%
G=45.86%
B=31.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002051420.5100.310.2014451.2259.8
Hex64CD8E3301F1490333c
Octal14431521663037242206374
Binary110010011001101100011101100110111111010010010000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,205,142); }

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

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

 a { background-color: rgb(100,205,142); }

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

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

 span { border-color: rgb(100,205,142); }

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