#5DCD8E

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

Shades of Silver Tree #5DCD8E

Tints of Silver Tree #5DCD8E

Color information

#5DCD8E (or 0x5DCD8E) is unknown color: approx Silver Tree. HEX triplet: 5D, CD and 8E. RGB value is (93,205,142). Sum of RGB (Red+Green+Blue) = 93+205+142=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD8E is #A23271. Grayscale: #A4A4A4. Windows color (decimal): -10629746 or 9358685. OLE color: 9358685.

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

Color convert

RGB93205142-
CMYK0.5500.310.20
HSL146.25º52.83%58.43%-
HSV(B)146.25º54.63%80.39%-
XYZ31.2347.9433.2-
YUV164.33115.3977.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.14%
GREEN value IS 205 (80.47% from 255) = 46.59%
BLUE value IS 142 (55.86% from 255) = 32.27%
R=21.14%
G=46.59%
B=32.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051420.5500.310.20146.2552.8358.43
Hex5DCD8E3701F1492353a
Octal13531521667037242226572
Binary101110111001101100011101101110111111010010010010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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