Html Css Color HEX #50C190 Silver Tree

📋 copy color: '#50C190'

red 80 ◦ green 193 ◦ blue 144

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

Shades of Silver Tree #50C190

Tints of Silver Tree #50C190

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.28%

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

R = 19.18%
G = 46.28%
B = 34.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#50C190 (or 0x50C190) is known color: Silver Tree. HEX triplet: 50, C1 and 90. RGB value is (80,193,144). Sum of RGB (Red+Green+Blue) = 80+193+144=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #50C190 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C190 is #AF3E6F. Grayscale: #999999. Windows color (decimal): -11484784 or 9486672. OLE color: 9486672.

HSL color Cylindrical-coordinate representation of color #50C190: hue angle of 153.98º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C190 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 80 193 144 -
CMYK 0.59 0 0.25 0.24
HSL 153.98º 0.48% 0.54% -
HSV(B) 153.98º 0.59% 0.76% -
XYZ 27.41 41.86 33.02 -
YUV 153.63 122.56 75.48 -
System Red Green Blue C M Y K H S L
Decimal 80 193 144 0.59 0 0.25 0.24 153.98 0.48 0.54
Hex 50 C1 90 3B 0 19 18 9A 30 36
Octal 120 301 220 73 0 31 30 232 60 66
Binary 1010000 11000001 10010000 111011 0 11001 11000 10011010 110000 110110

Color Harmonies of #50C190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C190

Black with #50C190

Text Example


Text Example

White with #50C190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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