#5DD08B

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

Shades of Silver Tree #5DD08B

Tints of Silver Tree #5DD08B

Color information

#5DD08B (or 0x5DD08B) is unknown color: approx Silver Tree. HEX triplet: 5D, D0 and 8B. RGB value is (93,208,139). Sum of RGB (Red+Green+Blue) = 93+208+139=440 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.14% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD08B is #A22F74. Grayscale: #A5A5A5. Windows color (decimal): -10628981 or 9162845. OLE color: 9162845.

HSL color Cylindrical-coordinate representation of color #5DD08B: hue angle of 144º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD08B is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB93208139-
CMYK0.5500.330.18
HSL144º55.02%59.02%-
HSV(B)144º55.29%81.57%-
XYZ31.7349.332.27-
YUV165.75112.976.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.14%
GREEN value IS 208 (81.64% from 255) = 47.27%
BLUE value IS 139 (54.69% from 255) = 31.59%
R=21.14%
G=47.27%
B=31.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081390.5500.330.1814455.0259.02
Hex5DD08B370211290373b
Octal13532021367041222206773
Binary1011101110100001000101111011101000011001010010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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