#50BF8C

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

Shades of Silver Tree #50BF8C

Tints of Silver Tree #50BF8C

Color information

#50BF8C (or 0x50BF8C) is unknown color: approx Silver Tree. HEX triplet: 50, BF and 8C. RGB value is (80,191,140). Sum of RGB (Red+Green+Blue) = 80+191+140=411 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.46% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BF8C is #AF4073. Grayscale: #989898. Windows color (decimal): -11485300 or 9224016. OLE color: 9224016.

HSL color Cylindrical-coordinate representation of color #50BF8C: hue angle of 152.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BF8C is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB80191140-
CMYK0.5800.270.25
HSL152.43º46.44%53.14%-
HSV(B)152.43º58.12%74.9%-
XYZ26.6740.8631.29-
YUV152121.2376.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.46%
GREEN value IS 191 (75% from 255) = 46.47%
BLUE value IS 140 (55.08% from 255) = 34.06%
R=19.46%
G=46.47%
B=34.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801911400.5800.270.25152.4346.4453.14
Hex50BF8C3A01B19982e35
Octal12027721472033312305665
Binary101000010111111100011001110100110111100110011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,191,140); }

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

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

 a { background-color: rgb(80,191,140); }

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

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

 span { border-color: rgb(80,191,140); }

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