Html Css Color HEX #50BA87 Silver Tree

📋 copy color: '#50BA87'

red 80 ◦ green 186 ◦ blue 135

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

Shades of Silver Tree #50BA87

Tints of Silver Tree #50BA87

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.38%

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 19.95%
G = 46.38%
B = 33.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#50BA87 (or 0x50BA87) is known color: Silver Tree. HEX triplet: 50, BA and 87. RGB value is (80,186,135). Sum of RGB (Red+Green+Blue) = 80+186+135=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA87 is #AF4578. Grayscale: #949494. Windows color (decimal): -11486585 or 8895056. OLE color: 8895056.

HSL color Cylindrical-coordinate representation of color #50BA87: hue angle of 151.13º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA87 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 135 -
CMYK 0.57 0 0.27 0.27
HSL 151.13º 0.43% 0.52% -
HSV(B) 151.13º 0.57% 0.73% -
XYZ 25.24 38.57 29.04 -
YUV 148.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 80 186 135 0.57 0 0.27 0.27 151.13 0.43 0.52
Hex 50 BA 87 39 0 1B 1B 97 2B 34
Octal 120 272 207 71 0 33 33 227 53 64
Binary 1010000 10111010 10000111 111001 0 11011 11011 10010111 101011 110100

Color Harmonies of #50BA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA87

Black with #50BA87

Text Example


Text Example

White with #50BA87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,135); }

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

background-color css

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

 a { background-color: rgb(80,186,135); }

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

border-color css

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

 span { border-color: rgb(80,186,135); }

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