#5EDC8F

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

Shades of Silver Tree #5EDC8F

Tints of Silver Tree #5EDC8F

Color information

#5EDC8F (or 0x5EDC8F) is unknown color: approx Silver Tree. HEX triplet: 5E, DC and 8F. RGB value is (94,220,143). Sum of RGB (Red+Green+Blue) = 94+220+143=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDC8F is #A12370. Grayscale: #ADADAD. Windows color (decimal): -10560369 or 9428062. OLE color: 9428062.

HSL color Cylindrical-coordinate representation of color #5EDC8F: hue angle of 143.33º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDC8F is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB94220143-
CMYK0.5700.350.14
HSL143.33º64.29%61.57%-
HSV(B)143.33º57.27%86.27%-
XYZ35.1755.5534.86-
YUV173.55110.7671.26-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 20.57%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=20.57%
G=48.14%
B=31.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal942201430.5700.350.14143.3364.2961.57
Hex5EDC8F39023E8f403e
Octal136334217710431621710076
Binary1011110110111001000111111100101000111110100011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EDC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,220,143); }

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

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

 a { background-color: rgb(94,220,143); }

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

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

 span { border-color: rgb(94,220,143); }

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