Html Css Color HEX #50C38B Silver Tree

📋 copy color: '#50C38B'

red 80 ◦ green 195 ◦ blue 139

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

Shades of Silver Tree #50C38B

Tints of Silver Tree #50C38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 19.32%
G = 47.1%
B = 33.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#50C38B (or 0x50C38B) is known color: Silver Tree. HEX triplet: 50, C3 and 8B. RGB value is (80,195,139). Sum of RGB (Red+Green+Blue) = 80+195+139=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #50C38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C38B is #AF3C74. Grayscale: #9A9A9A. Windows color (decimal): -11484277 or 9159504. OLE color: 9159504.

HSL color Cylindrical-coordinate representation of color #50C38B: hue angle of 150.78º 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 #50C38B is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 195 139 -
CMYK 0.59 0 0.29 0.24
HSL 150.78º 0.49% 0.54% -
HSV(B) 150.78º 0.59% 0.76% -
XYZ 27.48 42.6 31.2 -
YUV 154.23 119.4 75.05 -
System Red Green Blue C M Y K H S L
Decimal 80 195 139 0.59 0 0.29 0.24 150.78 0.49 0.54
Hex 50 C3 8B 3B 0 1D 18 97 31 36
Octal 120 303 213 73 0 35 30 227 61 66
Binary 1010000 11000011 10001011 111011 0 11101 11000 10010111 110001 110110

Color Harmonies of #50C38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C38B

Black with #50C38B

Text Example


Text Example

White with #50C38B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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