#66CA95

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

Shades of Silver Tree #66CA95

Tints of Silver Tree #66CA95

Color information

#66CA95 (or 0x66CA95) is unknown color: approx Silver Tree. HEX triplet: 66, CA and 95. RGB value is (102,202,149). Sum of RGB (Red+Green+Blue) = 102+202+149=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA95 is #99356A. Grayscale: #A6A6A6. Windows color (decimal): -10040683 or 9816678. OLE color: 9816678.

HSL color Cylindrical-coordinate representation of color #66CA95: hue angle of 148.2º 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 #66CA95 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB102202149-
CMYK0.5000.260.21
HSL148.2º48.54%59.61%-
HSV(B)148.2º49.5%79.22%-
XYZ32.0247.2435.86-
YUV166.06118.3782.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 22.52%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=22.52%
G=44.59%
B=32.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1022021490.5000.260.21148.248.5459.61
Hex66CA953201A1594313c
Octal14631222562032252246174
Binary110011011001010100101011100100110101010110010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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