Html Css Color HEX #50C48C Silver Tree

📋 copy color: '#50C48C'

red 80 ◦ green 196 ◦ blue 140

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

Shades of Silver Tree #50C48C

Tints of Silver Tree #50C48C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.12%

 BLUE value IS 140 (55.08% from 255) = 33.65%

R = 19.23%
G = 47.12%
B = 33.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#50C48C (or 0x50C48C) is known color: Silver Tree. HEX triplet: 50, C4 and 8C. RGB value is (80,196,140). Sum of RGB (Red+Green+Blue) = 80+196+140=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 196 (76.95% from 255 or 47.12% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 196 - color contains mainly: green. Hex color #50C48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C48C is #AF3B73. Grayscale: #9B9B9B. Windows color (decimal): -11484020 or 9225296. OLE color: 9225296.

HSL color Cylindrical-coordinate representation of color #50C48C: hue angle of 151.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C48C is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 196 140 -
CMYK 0.59 0 0.29 0.23
HSL 151.03º 0.5% 0.54% -
HSV(B) 151.03º 0.59% 0.77% -
XYZ 27.78 43.08 31.66 -
YUV 154.93 119.57 74.55 -
System Red Green Blue C M Y K H S L
Decimal 80 196 140 0.59 0 0.29 0.23 151.03 0.5 0.54
Hex 50 C4 8C 3B 0 1D 17 97 32 36
Octal 120 304 214 73 0 35 27 227 62 66
Binary 1010000 11000100 10001100 111011 0 11101 10111 10010111 110010 110110

Color Harmonies of #50C48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C48C

Black with #50C48C

Text Example


Text Example

White with #50C48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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