#66D98D

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

Shades of Silver Tree #66D98D

Tints of Silver Tree #66D98D

Color information

#66D98D (or 0x66D98D) is unknown color: approx Silver Tree. HEX triplet: 66, D9 and 8D. RGB value is (102,217,141). Sum of RGB (Red+Green+Blue) = 102+217+141=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #66D98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D98D is #992672. Grayscale: #AEAEAE. Windows color (decimal): -10036851 or 9296230. OLE color: 9296230.

HSL color Cylindrical-coordinate representation of color #66D98D: hue angle of 140.35º degrees, saturation: 0.6, 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 #66D98D is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB102217141-
CMYK0.5300.350.15
HSL140.35º60.21%62.55%-
HSV(B)140.35º53%85.1%-
XYZ35.154.3733.84-
YUV173.95109.476.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.17%
GREEN value IS 217 (85.16% from 255) = 47.17%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=22.17%
G=47.17%
B=30.65%

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
Decimal1022171410.5300.350.15140.3560.2162.55
Hex66D98D35023F8c3c3f
Octal14633121565043172147477
Binary110011011011001100011011101010100011111110001100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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