#66D994

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

Shades of Silver Tree #66D994

Tints of Silver Tree #66D994

Color information

#66D994 (or 0x66D994) is unknown color: approx Silver Tree. HEX triplet: 66, D9 and 94. RGB value is (102,217,148). Sum of RGB (Red+Green+Blue) = 102+217+148=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #66D994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D994 is #99266B. Grayscale: #AEAEAE. Windows color (decimal): -10036844 or 9754982. OLE color: 9754982.

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

Color convert

RGB102217148-
CMYK0.5300.320.15
HSL144º60.21%62.55%-
HSV(B)144º53%85.1%-
XYZ35.6454.5936.68-
YUV174.75112.976.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.84%
GREEN value IS 217 (85.16% from 255) = 46.47%
BLUE value IS 148 (58.20% from 255) = 31.69%
R=21.84%
G=46.47%
B=31.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1022171480.5300.320.1514460.2162.55
Hex66D99435020F903c3f
Octal14633122465040172207477
Binary110011011011001100101001101010100000111110010000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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