#66DA8D

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

Shades of Silver Tree #66DA8D

Tints of Silver Tree #66DA8D

Color information

#66DA8D (or 0x66DA8D) is unknown color: approx Silver Tree. HEX triplet: 66, DA and 8D. RGB value is (102,218,141). Sum of RGB (Red+Green+Blue) = 102+218+141=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DA8D is #992572. Grayscale: #AEAEAE. Windows color (decimal): -10036595 or 9296486. OLE color: 9296486.

HSL color Cylindrical-coordinate representation of color #66DA8D: hue angle of 140.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DA8D is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB102218141-
CMYK0.5300.350.15
HSL140.17º61.05%62.75%-
HSV(B)140.17º53.21%85.49%-
XYZ35.3654.8933.93-
YUV174.54109.0776.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.13%
GREEN value IS 218 (85.55% from 255) = 47.29%
BLUE value IS 141 (55.47% from 255) = 30.59%
R=22.13%
G=47.29%
B=30.59%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022181410.5300.350.15140.1761.0562.75
Hex66DA8D35023F8c3d3f
Octal14633221565043172147577
Binary110011011011010100011011101010100011111110001100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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