#5DCD95

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

Shades of Silver Tree #5DCD95

Tints of Silver Tree #5DCD95

Color information

#5DCD95 (or 0x5DCD95) is unknown color: approx Silver Tree. HEX triplet: 5D, CD and 95. RGB value is (93,205,149). Sum of RGB (Red+Green+Blue) = 93+205+149=447 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.81% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD95 is #A2326A. Grayscale: #A5A5A5. Windows color (decimal): -10629739 or 9817437. OLE color: 9817437.

HSL color Cylindrical-coordinate representation of color #5DCD95: hue angle of 150º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCD95 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB93205149-
CMYK0.5500.270.20
HSL150º52.83%58.43%-
HSV(B)150º54.63%80.39%-
XYZ31.7748.1636.06-
YUV165.13118.8976.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.81%
GREEN value IS 205 (80.47% from 255) = 45.86%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=20.81%
G=45.86%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051490.5500.270.2015052.8358.43
Hex5DCD953701B1496353a
Octal13531522567033242266572
Binary101110111001101100101011101110110111010010010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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