#5ED894

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

Shades of Silver Tree #5ED894

Tints of Silver Tree #5ED894

Color information

#5ED894 (or 0x5ED894) is unknown color: approx Silver Tree. HEX triplet: 5E, D8 and 94. RGB value is (94,216,148). Sum of RGB (Red+Green+Blue) = 94+216+148=458 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.52% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 148 (58.20% from 255 or 32.31% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #5ED894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED894 is #A1276B. Grayscale: #ABABAB. Windows color (decimal): -10561388 or 9754718. OLE color: 9754718.

HSL color Cylindrical-coordinate representation of color #5ED894: hue angle of 146.56º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED894 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB94216148-
CMYK0.5600.310.15
HSL146.56º61%60.78%-
HSV(B)146.56º56.48%84.71%-
XYZ34.5253.6336.55-
YUV171.77114.5872.53-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.52%
GREEN value IS 216 (84.77% from 255) = 47.16%
BLUE value IS 148 (58.20% from 255) = 32.31%
R=20.52%
G=47.16%
B=32.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942161480.5600.310.15146.566160.78
Hex5ED8943801FF933d3d
Octal13633022470037172237575
Binary10111101101100010010100111000011111111110010011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,216,148); }

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

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

 a { background-color: rgb(94,216,148); }

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

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

 span { border-color: rgb(94,216,148); }

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