#5DBD84

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

Shades of Silver Tree #5DBD84

Tints of Silver Tree #5DBD84

Color information

#5DBD84 (or 0x5DBD84) is unknown color: approx Silver Tree. HEX triplet: 5D, BD and 84. RGB value is (93,189,132). Sum of RGB (Red+Green+Blue) = 93+189+132=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 189 - color contains mainly: green. Hex color #5DBD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DBD84 is #A2427B. Grayscale: #999999. Windows color (decimal): -10633852 or 8699229. OLE color: 8699229.

HSL color Cylindrical-coordinate representation of color #5DBD84: hue angle of 144.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5DBD84 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB93189132-
CMYK0.5100.300.26
HSL144.38º42.11%55.29%-
HSV(B)144.38º50.79%74.12%-
XYZ26.8840.3928.21-
YUV153.8115.784.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.46%
GREEN value IS 189 (74.22% from 255) = 45.65%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=22.46%
G=45.65%
B=31.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal931891320.5100.300.26144.3842.1155.29
Hex5DBD843301E1A902a37
Octal13527520463036322205267
Binary101110110111101100001001100110111101101010010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,189,132); }

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

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

 a { background-color: rgb(93,189,132); }

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

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

 span { border-color: rgb(93,189,132); }

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