#5DC08A

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

Shades of Silver Tree #5DC08A

Tints of Silver Tree #5DC08A

Color information

#5DC08A (or 0x5DC08A) is unknown color: approx Silver Tree. HEX triplet: 5D, C0 and 8A. RGB value is (93,192,138). Sum of RGB (Red+Green+Blue) = 93+192+138=423 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.99% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #5DC08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC08A is #A23F75. Grayscale: #9C9C9C. Windows color (decimal): -10633078 or 9093213. OLE color: 9093213.

HSL color Cylindrical-coordinate representation of color #5DC08A: hue angle of 147.27º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC08A is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB93192138-
CMYK0.5200.280.25
HSL147.27º44%55.88%-
HSV(B)147.27º51.56%75.29%-
XYZ27.9541.8630.65-
YUV156.24117.782.89-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.99%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=21.99%
G=45.39%
B=32.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal931921380.5200.280.25147.274455.88
Hex5DC08A3401C19932c38
Octal13530021264034312235470
Binary101110111000000100010101101000111001100110010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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