#64CF90

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

Shades of Silver Tree #64CF90

Tints of Silver Tree #64CF90

Color information

#64CF90 (or 0x64CF90) is unknown color: approx Silver Tree. HEX triplet: 64, CF and 90. RGB value is (100,207,144). Sum of RGB (Red+Green+Blue) = 100+207+144=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #64CF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CF90 is #9B306F. Grayscale: #A7A7A7. Windows color (decimal): -10170480 or 9490276. OLE color: 9490276.

HSL color Cylindrical-coordinate representation of color #64CF90: hue angle of 144.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CF90 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB100207144-
CMYK0.5200.300.19
HSL144.67º52.71%60.2%-
HSV(B)144.67º51.69%81.18%-
XYZ32.649.3534.19-
YUV167.82114.5579.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.17%
GREEN value IS 207 (81.25% from 255) = 45.90%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=22.17%
G=45.90%
B=31.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002071440.5200.300.19144.6752.7160.2
Hex64CF903401E1391353c
Octal14431722064036232216574
Binary110010011001111100100001101000111101001110010001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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