#64CC97

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

Shades of Silver Tree #64CC97

Tints of Silver Tree #64CC97

Color information

#64CC97 (or 0x64CC97) is unknown color: approx Silver Tree. HEX triplet: 64, CC and 97. RGB value is (100,204,151). Sum of RGB (Red+Green+Blue) = 100+204+151=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #64CC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CC97 is #9B3368. Grayscale: #A6A6A6. Windows color (decimal): -10171241 or 9948260. OLE color: 9948260.

HSL color Cylindrical-coordinate representation of color #64CC97: hue angle of 149.42º degrees, saturation: 0.5, 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 #64CC97 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB100204151-
CMYK0.5100.260.2
HSL149.42º50.49%59.61%-
HSV(B)149.42º50.98%80%-
XYZ32.4348.1336.86-
YUV166.86119.0480.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.98%
GREEN value IS 204 (80.08% from 255) = 44.84%
BLUE value IS 151 (59.38% from 255) = 33.19%
R=21.98%
G=44.84%
B=33.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1002041510.5100.260.2149.4250.4959.61
Hex64CC973301A1495323c
Octal14431422763032242256274
Binary110010011001100100101111100110110101010010010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,204,151); }

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

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

 a { background-color: rgb(100,204,151); }

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

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

 span { border-color: rgb(100,204,151); }

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