Html Css Color HEX #50BC8A Silver Tree

📋 copy color: '#50BC8A'

red 80 ◦ green 188 ◦ blue 138

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

Shades of Silver Tree #50BC8A

Tints of Silver Tree #50BC8A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.31%

 BLUE value IS 138 (54.3% from 255) = 33.99%

R = 19.7%
G = 46.31%
B = 33.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#50BC8A (or 0x50BC8A) is known color: Silver Tree. HEX triplet: 50, BC and 8A. RGB value is (80,188,138). Sum of RGB (Red+Green+Blue) = 80+188+138=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BC8A is #AF4375. Grayscale: #969696. Windows color (decimal): -11486070 or 9092176. OLE color: 9092176.

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

Color convert

RGB 80 188 138 -
CMYK 0.57 0 0.27 0.26
HSL 152.22º 0.45% 0.53% -
HSV(B) 152.22º 0.57% 0.74% -
XYZ 25.88 39.51 30.31 -
YUV 150.01 121.22 78.07 -
System Red Green Blue C M Y K H S L
Decimal 80 188 138 0.57 0 0.27 0.26 152.22 0.45 0.53
Hex 50 BC 8A 39 0 1B 1A 98 2D 35
Octal 120 274 212 71 0 33 32 230 55 65
Binary 1010000 10111100 10001010 111001 0 11011 11010 10011000 101101 110101

Color Harmonies of #50BC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BC8A

Black with #50BC8A

Text Example


Text Example

White with #50BC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,188,138); }

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

background-color css

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

 a { background-color: rgb(80,188,138); }

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

border-color css

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

 span { border-color: rgb(80,188,138); }

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