Html Css Color HEX #50D393 Silver Tree

📋 copy color: '#50D393'

red 80 ◦ green 211 ◦ blue 147

#50D393
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #50D393

Tints of Silver Tree #50D393

RGB

 RED value IS 80 (31.64% from 255) = 18.26%

 GREEN value IS 211 (82.81% from 255) = 48.17%

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 18.26%
G = 48.17%
B = 33.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#50D393 (or 0x50D393) is known color: Silver Tree. HEX triplet: 50, D3 and 93. RGB value is (80,211,147). Sum of RGB (Red+Green+Blue) = 80+211+147=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 211 (82.81% from 255 or 48.17% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 211 - color contains mainly: green. Hex color #50D393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D393 is #AF2C6C. Grayscale: #A4A4A4. Windows color (decimal): -11480173 or 9687888. OLE color: 9687888.

HSL color Cylindrical-coordinate representation of color #50D393: hue angle of 150.69º degrees, saturation: 0.6, 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 #50D393 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 147 -
CMYK 0.62 0 0.30 0.17
HSL 150.69º 0.6% 0.57% -
HSV(B) 150.69º 0.62% 0.83% -
XYZ 31.87 50.4 35.65 -
YUV 164.54 118.1 67.7 -
System Red Green Blue C M Y K H S L
Decimal 80 211 147 0.62 0 0.30 0.17 150.69 0.6 0.57
Hex 50 D3 93 3E 0 1E 11 97 3C 39
Octal 120 323 223 76 0 36 21 227 74 71
Binary 1010000 11010011 10010011 111110 0 11110 10001 10010111 111100 111001

Color Harmonies of #50D393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D393

Black with #50D393

Text Example


Text Example

White with #50D393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50D393;
 }
 .AnyTagClassName
 {
   color: #50D393;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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