#66CA8D

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

Shades of Silver Tree #66CA8D

Tints of Silver Tree #66CA8D

Color information

#66CA8D (or 0x66CA8D) is unknown color: approx Silver Tree. HEX triplet: 66, CA and 8D. RGB value is (102,202,141). Sum of RGB (Red+Green+Blue) = 102+202+141=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA8D is #993572. Grayscale: #A5A5A5. Windows color (decimal): -10040691 or 9292390. OLE color: 9292390.

HSL color Cylindrical-coordinate representation of color #66CA8D: hue angle of 143.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CA8D is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB102202141-
CMYK0.5000.300.21
HSL143.4º48.54%59.61%-
HSV(B)143.4º49.5%79.22%-
XYZ31.4146.9932.61-
YUV165.15114.3782.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.92%
GREEN value IS 202 (79.30% from 255) = 45.39%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=22.92%
G=45.39%
B=31.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021410.5000.300.21143.448.5459.61
Hex66CA8D3201E158f313c
Octal14631221562036252176174
Binary110011011001010100011011100100111101010110001111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66CA8D; }

 p { color: rgb(102,202,141); }

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

<style>
 a { background-color: #66CA8D; }

 a { background-color: rgb(102,202,141); }

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

<style>
 span { border-color: #66CA8D; }

 span { border-color: rgb(102,202,141); }

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