#5DCB8B

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

Shades of Silver Tree #5DCB8B

Tints of Silver Tree #5DCB8B

Color information

#5DCB8B (or 0x5DCB8B) is unknown color: approx Silver Tree. HEX triplet: 5D, CB and 8B. RGB value is (93,203,139). Sum of RGB (Red+Green+Blue) = 93+203+139=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCB8B is #A23474. Grayscale: #A2A2A2. Windows color (decimal): -10630261 or 9161565. OLE color: 9161565.

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

Color convert

RGB93203139-
CMYK0.5400.320.20
HSL145.09º51.4%58.04%-
HSV(B)145.09º54.19%79.61%-
XYZ30.5346.931.87-
YUV162.81114.5678.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.38%
GREEN value IS 203 (79.69% from 255) = 46.67%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=21.38%
G=46.67%
B=31.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031390.5400.320.20145.0951.458.04
Hex5DCB8B360201491333a
Octal13531321366040242216372
Binary1011101110010111000101111011001000001010010010001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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