#66D595

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

Shades of Silver Tree #66D595

Tints of Silver Tree #66D595

Color information

#66D595 (or 0x66D595) is unknown color: approx Silver Tree. HEX triplet: 66, D5 and 95. RGB value is (102,213,149). Sum of RGB (Red+Green+Blue) = 102+213+149=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #66D595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D595 is #992A6A. Grayscale: #ACACAC. Windows color (decimal): -10037867 or 9819494. OLE color: 9819494.

HSL color Cylindrical-coordinate representation of color #66D595: hue angle of 145.41º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D595 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB102213149-
CMYK0.5200.300.16
HSL145.41º56.92%61.76%-
HSV(B)145.41º52.11%83.53%-
XYZ34.752.5836.75-
YUV172.52114.7377.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 213 (83.59% from 255) = 45.91%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=21.98%
G=45.91%
B=32.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022131490.5200.300.16145.4156.9261.76
Hex66D5953401E1091393e
Octal14632522564036202217176
Binary110011011010101100101011101000111101000010010001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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