#5DCA95

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

Shades of Silver Tree #5DCA95

Tints of Silver Tree #5DCA95

Color information

#5DCA95 (or 0x5DCA95) is unknown color: approx Silver Tree. HEX triplet: 5D, CA and 95. RGB value is (93,202,149). Sum of RGB (Red+Green+Blue) = 93+202+149=444 (58% of max value = 765). Red value is 93 (36.72% from 255 or 20.95% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 149 (58.59% from 255 or 33.56% from 444); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCA95 is #A2356A. Grayscale: #A3A3A3. Windows color (decimal): -10630507 or 9816669. OLE color: 9816669.

HSL color Cylindrical-coordinate representation of color #5DCA95: hue angle of 150.83º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCA95 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB93202149-
CMYK0.5400.260.21
HSL150.83º50.7%57.84%-
HSV(B)150.83º53.96%79.22%-
XYZ31.0646.7435.82-
YUV163.37119.8977.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.95%
GREEN value IS 202 (79.30% from 255) = 45.50%
BLUE value IS 149 (58.59% from 255) = 33.56%
R=20.95%
G=45.50%
B=33.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932021490.5400.260.21150.8350.757.84
Hex5DCA953601A1597333a
Octal13531222566032252276372
Binary101110111001010100101011101100110101010110010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DCA95; }

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

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

<style>
 a { background-color: #5DCA95; }

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

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

<style>
 span { border-color: #5DCA95; }

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

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