#5DCD8B

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

Shades of Silver Tree #5DCD8B

Tints of Silver Tree #5DCD8B

Color information

#5DCD8B (or 0x5DCD8B) is unknown color: approx Silver Tree. HEX triplet: 5D, CD and 8B. RGB value is (93,205,139). Sum of RGB (Red+Green+Blue) = 93+205+139=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD8B is #A23274. Grayscale: #A4A4A4. Windows color (decimal): -10629749 or 9162077. OLE color: 9162077.

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

Color convert

RGB93205139-
CMYK0.5500.320.20
HSL144.64º52.83%58.43%-
HSV(B)144.64º54.63%80.39%-
XYZ31.0147.8532.03-
YUV163.99113.8977.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.28%
GREEN value IS 205 (80.47% from 255) = 46.91%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=21.28%
G=46.91%
B=31.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932051390.5500.320.20144.6452.8358.43
Hex5DCD8B370201491353a
Octal13531521367040242216572
Binary1011101110011011000101111011101000001010010010001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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