#5EC085

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

Shades of Silver Tree #5EC085

Tints of Silver Tree #5EC085

Color information

#5EC085 (or 0x5EC085) is unknown color: approx Silver Tree. HEX triplet: 5E, C0 and 85. RGB value is (94,192,133). Sum of RGB (Red+Green+Blue) = 94+192+133=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #5EC085 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC085 is #A13F7A. Grayscale: #9C9C9C. Windows color (decimal): -10567547 or 8765534. OLE color: 8765534.

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

Color convert

RGB94192133-
CMYK0.5100.310.25
HSL143.88º43.75%56.08%-
HSV(B)143.88º51.04%75.29%-
XYZ27.741.7728.79-
YUV155.97115.0383.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.43%
GREEN value IS 192 (75.39% from 255) = 45.82%
BLUE value IS 133 (52.34% from 255) = 31.74%
R=22.43%
G=45.82%
B=31.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal941921330.5100.310.25143.8843.7556.08
Hex5EC0853301F19902c38
Octal13630020563037312205470
Binary101111011000000100001011100110111111100110010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,192,133); }

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

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

 a { background-color: rgb(94,192,133); }

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

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

 span { border-color: rgb(94,192,133); }

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