#5DCD94

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

Shades of Silver Tree #5DCD94

Tints of Silver Tree #5DCD94

Color information

#5DCD94 (or 0x5DCD94) is unknown color: approx Silver Tree. HEX triplet: 5D, CD and 94. RGB value is (93,205,148). Sum of RGB (Red+Green+Blue) = 93+205+148=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD94 is #A2326B. Grayscale: #A5A5A5. Windows color (decimal): -10629740 or 9751901. OLE color: 9751901.

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

Color convert

RGB93205148-
CMYK0.5500.280.20
HSL149.46º52.83%58.43%-
HSV(B)149.46º54.63%80.39%-
XYZ31.6948.1335.64-
YUV165.01118.3976.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.85%
GREEN value IS 205 (80.47% from 255) = 45.96%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=20.85%
G=45.96%
B=33.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051480.5500.280.20149.4652.8358.43
Hex5DCD943701C1495353a
Octal13531522467034242256572
Binary101110111001101100101001101110111001010010010101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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