#5DB98A

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

Shades of Silver Tree #5DB98A

Tints of Silver Tree #5DB98A

Color information

#5DB98A (or 0x5DB98A) is unknown color: approx Silver Tree. HEX triplet: 5D, B9 and 8A. RGB value is (93,185,138). Sum of RGB (Red+Green+Blue) = 93+185+138=416 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.36% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #5DB98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DB98A is #A24675. Grayscale: #989898. Windows color (decimal): -10634870 or 9091421. OLE color: 9091421.

HSL color Cylindrical-coordinate representation of color #5DB98A: hue angle of 149.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DB98A is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB93185138-
CMYK0.5000.250.27
HSL149.35º39.66%54.51%-
HSV(B)149.35º49.73%72.55%-
XYZ26.4538.8630.15-
YUV152.13120.0285.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.36%
GREEN value IS 185 (72.66% from 255) = 44.47%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=22.36%
G=44.47%
B=33.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931851380.5000.250.27149.3539.6654.51
Hex5DB98A320191B952837
Octal13527121262031332255067
Binary101110110111001100010101100100110011101110010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,185,138); }

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

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

 a { background-color: rgb(93,185,138); }

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

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

 span { border-color: rgb(93,185,138); }

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