Html Css Color HEX #50C38E Silver Tree

📋 copy color: '#50C38E'

red 80 ◦ green 195 ◦ blue 142

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

Shades of Silver Tree #50C38E

Tints of Silver Tree #50C38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.76%

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 19.18%
G = 46.76%
B = 34.05%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#50C38E (or 0x50C38E) is known color: Silver Tree. HEX triplet: 50, C3 and 8E. RGB value is (80,195,142). Sum of RGB (Red+Green+Blue) = 80+195+142=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #50C38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C38E is #AF3C71. Grayscale: #9A9A9A. Windows color (decimal): -11484274 or 9356112. OLE color: 9356112.

HSL color Cylindrical-coordinate representation of color #50C38E: hue angle of 152.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C38E is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 142 -
CMYK 0.59 0 0.27 0.24
HSL 152.35º 0.49% 0.54% -
HSV(B) 152.35º 0.59% 0.76% -
XYZ 27.71 42.69 32.37 -
YUV 154.57 120.9 74.81 -
System Red Green Blue C M Y K H S L
Decimal 80 195 142 0.59 0 0.27 0.24 152.35 0.49 0.54
Hex 50 C3 8E 3B 0 1B 18 98 31 36
Octal 120 303 216 73 0 33 30 230 61 66
Binary 1010000 11000011 10001110 111011 0 11011 11000 10011000 110001 110110

Color Harmonies of #50C38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C38E

Black with #50C38E

Text Example


Text Example

White with #50C38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,195,142); }

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

background-color css

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

 a { background-color: rgb(80,195,142); }

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

border-color css

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

 span { border-color: rgb(80,195,142); }

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