Html Css Color HEX #50C991 Silver Tree

📋 copy color: '#50C991'

red 80 ◦ green 201 ◦ blue 145

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

Shades of Silver Tree #50C991

Tints of Silver Tree #50C991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.18%

 BLUE value IS 145 (57.03% from 255) = 34.04%

R = 18.78%
G = 47.18%
B = 34.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#50C991 (or 0x50C991) is known color: Silver Tree. HEX triplet: 50, C9 and 91. RGB value is (80,201,145). Sum of RGB (Red+Green+Blue) = 80+201+145=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #50C991 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C991 is #AF366E. Grayscale: #9E9E9E. Windows color (decimal): -11482735 or 9554256. OLE color: 9554256.

HSL color Cylindrical-coordinate representation of color #50C991: hue angle of 152.23º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C991 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 145 -
CMYK 0.60 0 0.28 0.21
HSL 152.23º 0.53% 0.55% -
HSV(B) 152.23º 0.6% 0.79% -
XYZ 29.31 45.52 34.03 -
YUV 158.44 120.41 72.05 -
System Red Green Blue C M Y K H S L
Decimal 80 201 145 0.60 0 0.28 0.21 152.23 0.53 0.55
Hex 50 C9 91 3C 0 1C 15 98 35 37
Octal 120 311 221 74 0 34 25 230 65 67
Binary 1010000 11001001 10010001 111100 0 11100 10101 10011000 110101 110111

Color Harmonies of #50C991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C991

Black with #50C991

Text Example


Text Example

White with #50C991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,201,145); }

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

background-color css

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

 a { background-color: rgb(80,201,145); }

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

border-color css

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

 span { border-color: rgb(80,201,145); }

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