#60DA95

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

Shades of Silver Tree #60DA95

Tints of Silver Tree #60DA95

Color information

#60DA95 (or 0x60DA95) is unknown color: approx Silver Tree. HEX triplet: 60, DA and 95. RGB value is (96,218,149). Sum of RGB (Red+Green+Blue) = 96+218+149=463 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.73% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DA95 is #9F256A. Grayscale: #ADADAD. Windows color (decimal): -10429803 or 9820768. OLE color: 9820768.

HSL color Cylindrical-coordinate representation of color #60DA95: hue angle of 146.07º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA95 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB96218149-
CMYK0.5600.320.15
HSL146.07º62.24%61.57%-
HSV(B)146.07º55.96%85.49%-
XYZ35.3254.837.15-
YUV173.66114.0872.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.73%
GREEN value IS 218 (85.55% from 255) = 47.08%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=20.73%
G=47.08%
B=32.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962181490.5600.320.15146.0762.2461.57
Hex60DA9538020F923e3e
Octal14033222570040172227676
Binary110000011011010100101011110000100000111110010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60DA95; }

 p { color: rgb(96,218,149); }

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

<style>
 a { background-color: #60DA95; }

 a { background-color: rgb(96,218,149); }

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

<style>
 span { border-color: #60DA95; }

 span { border-color: rgb(96,218,149); }

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