#5DD38E

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

Shades of Silver Tree #5DD38E

Tints of Silver Tree #5DD38E

Color information

#5DD38E (or 0x5DD38E) is unknown color: approx Silver Tree. HEX triplet: 5D, D3 and 8E. RGB value is (93,211,142). Sum of RGB (Red+Green+Blue) = 93+211+142=446 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.85% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 211 - color contains mainly: green. Hex color #5DD38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD38E is #A22C71. Grayscale: #A8A8A8. Windows color (decimal): -10628210 or 9360221. OLE color: 9360221.

HSL color Cylindrical-coordinate representation of color #5DD38E: hue angle of 144.92º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD38E is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB93211142-
CMYK0.5600.330.17
HSL144.92º57.28%59.61%-
HSV(B)144.92º55.92%82.75%-
XYZ32.6950.8733.69-
YUV167.85113.4174.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.85%
GREEN value IS 211 (82.81% from 255) = 47.31%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=20.85%
G=47.31%
B=31.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal932111420.5600.330.17144.9257.2859.61
Hex5DD38E380211191393c
Octal13532321670041212217174
Binary1011101110100111000111011100001000011000110010001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,211,142); }

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

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

 a { background-color: rgb(93,211,142); }

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

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

 span { border-color: rgb(93,211,142); }

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