Html Css Color HEX #50C890 Silver Tree

📋 copy color: '#50C890'

red 80 ◦ green 200 ◦ blue 144

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

Shades of Silver Tree #50C890

Tints of Silver Tree #50C890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.96%

R = 18.87%
G = 47.17%
B = 33.96%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#50C890 (or 0x50C890) is known color: Silver Tree. HEX triplet: 50, C8 and 90. RGB value is (80,200,144). Sum of RGB (Red+Green+Blue) = 80+200+144=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #50C890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C890 is #AF376F. Grayscale: #9D9D9D. Windows color (decimal): -11482992 or 9488464. OLE color: 9488464.

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

Color convert

RGB 80 200 144 -
CMYK 0.6 0 0.28 0.22
HSL 152º 0.52% 0.55% -
HSV(B) 152º 0.6% 0.78% -
XYZ 29 45.03 33.55 -
YUV 157.74 120.24 72.55 -
System Red Green Blue C M Y K H S L
Decimal 80 200 144 0.6 0 0.28 0.22 152 0.52 0.55
Hex 50 C8 90 3C 0 1C 16 98 34 37
Octal 120 310 220 74 0 34 26 230 64 67
Binary 1010000 11001000 10010000 111100 0 11100 10110 10011000 110100 110111

Color Harmonies of #50C890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C890

Black with #50C890

Text Example


Text Example

White with #50C890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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