#66BC85

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

Shades of Silver Tree #66BC85

Tints of Silver Tree #66BC85

Color information

#66BC85 (or 0x66BC85) is unknown color: approx Silver Tree. HEX triplet: 66, BC and 85. RGB value is (102,188,133). Sum of RGB (Red+Green+Blue) = 102+188+133=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BC85 is #99437A. Grayscale: #9C9C9C. Windows color (decimal): -10044283 or 8764518. OLE color: 8764518.

HSL color Cylindrical-coordinate representation of color #66BC85: hue angle of 141.63º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BC85 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB102188133-
CMYK0.4600.290.26
HSL141.63º39.09%56.86%-
HSV(B)141.63º45.74%73.73%-
XYZ27.740.4828.54-
YUV156.02115.0189.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.11%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=24.11%
G=44.44%
B=31.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1021881330.4600.290.26141.6339.0956.86
Hex66BC852E01D1A8e2739
Octal14627420556035322164771
Binary110011010111100100001011011100111011101010001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,188,133); }

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

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

 a { background-color: rgb(102,188,133); }

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

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

 span { border-color: rgb(102,188,133); }

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