#64CD8F

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

Shades of Silver Tree #64CD8F

Tints of Silver Tree #64CD8F

Color information

#64CD8F (or 0x64CD8F) is unknown color: approx Silver Tree. HEX triplet: 64, CD and 8F. RGB value is (100,205,143). Sum of RGB (Red+Green+Blue) = 100+205+143=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD8F is #9B3270. Grayscale: #A6A6A6. Windows color (decimal): -10170993 or 9424228. OLE color: 9424228.

HSL color Cylindrical-coordinate representation of color #64CD8F: hue angle of 144.57º 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 #64CD8F is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB100205143-
CMYK0.5100.300.20
HSL144.57º51.22%59.8%-
HSV(B)144.57º51.22%80.39%-
XYZ32.0448.3633.63-
YUV166.54114.7180.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 205 (80.47% from 255) = 45.76%
BLUE value IS 143 (56.25% from 255) = 31.92%
R=22.32%
G=45.76%
B=31.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002051430.5100.300.20144.5751.2259.8
Hex64CD8F3301E1491333c
Octal14431521763036242216374
Binary110010011001101100011111100110111101010010010001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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