Html Css Color HEX #50BD8D Silver Tree

📋 copy color: '#50BD8D'

red 80 ◦ green 189 ◦ blue 141

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

Shades of Silver Tree #50BD8D

Tints of Silver Tree #50BD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.1%

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 19.51%
G = 46.1%
B = 34.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#50BD8D (or 0x50BD8D) is known color: Silver Tree. HEX triplet: 50, BD and 8D. RGB value is (80,189,141). Sum of RGB (Red+Green+Blue) = 80+189+141=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BD8D is #AF4272. Grayscale: #979797. Windows color (decimal): -11485811 or 9289040. OLE color: 9289040.

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

Color convert

RGB 80 189 141 -
CMYK 0.58 0 0.25 0.26
HSL 153.58º 0.45% 0.53% -
HSV(B) 153.58º 0.58% 0.74% -
XYZ 26.31 40.02 31.54 -
YUV 150.94 122.39 77.4 -
System Red Green Blue C M Y K H S L
Decimal 80 189 141 0.58 0 0.25 0.26 153.58 0.45 0.53
Hex 50 BD 8D 3A 0 19 1A 9A 2D 35
Octal 120 275 215 72 0 31 32 232 55 65
Binary 1010000 10111101 10001101 111010 0 11001 11010 10011010 101101 110101

Color Harmonies of #50BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD8D

Black with #50BD8D

Text Example


Text Example

White with #50BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,141); }

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

background-color css

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

 a { background-color: rgb(80,189,141); }

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

border-color css

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

 span { border-color: rgb(80,189,141); }

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