#50D493

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

Shades of Silver Tree #50D493

Tints of Silver Tree #50D493

Color information

#50D493 (or 0x50D493) is unknown color: approx Silver Tree. HEX triplet: 50, D4 and 93. RGB value is (80,212,147). Sum of RGB (Red+Green+Blue) = 80+212+147=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #50D493 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D493 is #AF2B6C. Grayscale: #A5A5A5. Windows color (decimal): -11479917 or 9688144. OLE color: 9688144.

HSL color Cylindrical-coordinate representation of color #50D493: hue angle of 150.45º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D493 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB80212147-
CMYK0.6200.310.17
HSL150.45º60.55%57.25%-
HSV(B)150.45º62.26%83.14%-
XYZ32.1250.935.74-
YUV165.12117.7767.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.22%
GREEN value IS 212 (83.20% from 255) = 48.29%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=18.22%
G=48.29%
B=33.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal802121470.6200.310.17150.4560.5557.25
Hex50D4933E01F11963d39
Octal12032422376037212267571
Binary101000011010100100100111111100111111000110010110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50D493; }

 p { color: rgb(80,212,147); }

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

<style>
 a { background-color: #50D493; }

 a { background-color: rgb(80,212,147); }

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

<style>
 span { border-color: #50D493; }

 span { border-color: rgb(80,212,147); }

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