Html Css Color HEX #50BE89 Silver Tree

📋 copy color: '#50BE89'

red 80 ◦ green 190 ◦ blue 137

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

Shades of Silver Tree #50BE89

Tints of Silver Tree #50BE89

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.68%

 BLUE value IS 137 (53.91% from 255) = 33.66%

R = 19.66%
G = 46.68%
B = 33.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#50BE89 (or 0x50BE89) is known color: Silver Tree. HEX triplet: 50, BE and 89. RGB value is (80,190,137). Sum of RGB (Red+Green+Blue) = 80+190+137=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 190 - color contains mainly: green. Hex color #50BE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BE89 is #AF4176. Grayscale: #979797. Windows color (decimal): -11485559 or 9027152. OLE color: 9027152.

HSL color Cylindrical-coordinate representation of color #50BE89: hue angle of 151.09º 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 #50BE89 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 190 137 -
CMYK 0.58 0 0.28 0.25
HSL 151.09º 0.46% 0.53% -
HSV(B) 151.09º 0.58% 0.75% -
XYZ 26.24 40.34 30.07 -
YUV 151.07 120.06 77.31 -
System Red Green Blue C M Y K H S L
Decimal 80 190 137 0.58 0 0.28 0.25 151.09 0.46 0.53
Hex 50 BE 89 3A 0 1C 19 97 2E 35
Octal 120 276 211 72 0 34 31 227 56 65
Binary 1010000 10111110 10001001 111010 0 11100 11001 10010111 101110 110101

Color Harmonies of #50BE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BE89

Black with #50BE89

Text Example


Text Example

White with #50BE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,137); }

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

background-color css

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

 a { background-color: rgb(80,190,137); }

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

border-color css

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

 span { border-color: rgb(80,190,137); }

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