#5DCA91

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

Shades of Silver Tree #5DCA91

Tints of Silver Tree #5DCA91

Color information

#5DCA91 (or 0x5DCA91) is unknown color: approx Silver Tree. HEX triplet: 5D, CA and 91. RGB value is (93,202,145). Sum of RGB (Red+Green+Blue) = 93+202+145=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #5DCA91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCA91 is #A2356E. Grayscale: #A3A3A3. Windows color (decimal): -10630511 or 9554525. OLE color: 9554525.

HSL color Cylindrical-coordinate representation of color #5DCA91: hue angle of 148.62º 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 #5DCA91 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB93202145-
CMYK0.5400.280.21
HSL148.62º50.7%57.84%-
HSV(B)148.62º53.96%79.22%-
XYZ30.7546.6134.16-
YUV162.91117.8978.13-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.14%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=21.14%
G=45.91%
B=32.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932021450.5400.280.21148.6250.757.84
Hex5DCA913601C1595333a
Octal13531222166034252256372
Binary101110111001010100100011101100111001010110010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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