Html Css Color HEX #50C893 Silver Tree

📋 copy color: '#50C893'

red 80 ◦ green 200 ◦ blue 147

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

Shades of Silver Tree #50C893

Tints of Silver Tree #50C893

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.84%

 BLUE value IS 147 (57.81% from 255) = 34.43%

R = 18.74%
G = 46.84%
B = 34.43%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#50C893 (or 0x50C893) is known color: Silver Tree. HEX triplet: 50, C8 and 93. RGB value is (80,200,147). Sum of RGB (Red+Green+Blue) = 80+200+147=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #50C893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C893 is #AF376C. Grayscale: #9E9E9E. Windows color (decimal): -11482989 or 9685072. OLE color: 9685072.

HSL color Cylindrical-coordinate representation of color #50C893: hue angle of 153.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C893 is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 147 -
CMYK 0.6 0 0.26 0.22
HSL 153.5º 0.52% 0.55% -
HSV(B) 153.5º 0.6% 0.78% -
XYZ 29.23 45.12 34.77 -
YUV 158.08 121.74 72.31 -
System Red Green Blue C M Y K H S L
Decimal 80 200 147 0.6 0 0.26 0.22 153.5 0.52 0.55
Hex 50 C8 93 3C 0 1A 16 9A 34 37
Octal 120 310 223 74 0 32 26 232 64 67
Binary 1010000 11001000 10010011 111100 0 11010 10110 10011010 110100 110111

Color Harmonies of #50C893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C893

Black with #50C893

Text Example


Text Example

White with #50C893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,147); }

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

background-color css

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

 a { background-color: rgb(80,200,147); }

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

border-color css

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

 span { border-color: rgb(80,200,147); }

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