#64DE90

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

Shades of Silver Tree #64DE90

Tints of Silver Tree #64DE90

Color information

#64DE90 (or 0x64DE90) is unknown color: approx Silver Tree. HEX triplet: 64, DE and 90. RGB value is (100,222,144). Sum of RGB (Red+Green+Blue) = 100+222+144=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DE90 is #9B216F. Grayscale: #B0B0B0. Windows color (decimal): -10166640 or 9494116. OLE color: 9494116.

HSL color Cylindrical-coordinate representation of color #64DE90: hue angle of 141.64º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DE90 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB100222144-
CMYK0.5500.350.13
HSL141.64º64.89%63.14%-
HSV(B)141.64º54.95%87.06%-
XYZ36.4156.9735.46-
YUV176.63109.5873.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.46%
GREEN value IS 222 (87.11% from 255) = 47.64%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=21.46%
G=47.64%
B=30.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002221440.5500.350.13141.6464.8963.14
Hex64DE9037023D8e413f
Octal144336220670431521610177
Binary1100100110111101001000011011101000111101100011101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,144); }

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

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

 a { background-color: rgb(100,222,144); }

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

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

 span { border-color: rgb(100,222,144); }

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