#50C38B

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

Shades of Silver Tree #50C38B

Tints of Silver Tree #50C38B

Color information

#50C38B (or 0x50C38B) is unknown color: approx 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

RGB80195139-
CMYK0.5900.290.24
HSL150.78º48.94%53.92%-
HSV(B)150.78º58.97%76.47%-
XYZ27.4842.631.2-
YUV154.23119.475.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 195 (76.56% from 255) = 47.10%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=19.32%
G=47.10%
B=33.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951390.5900.290.24150.7848.9453.92
Hex50C38B3B01D18973136
Octal12030321373035302276166
Binary101000011000011100010111110110111011100010010111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>