Html Css Color HEX #50C892 Silver Tree

📋 copy color: '#50C892'

red 80 ◦ green 200 ◦ blue 146

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

Shades of Silver Tree #50C892

Tints of Silver Tree #50C892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.27%

R = 18.78%
G = 46.95%
B = 34.27%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#50C892 (or 0x50C892) is known color: Silver Tree. HEX triplet: 50, C8 and 92. RGB value is (80,200,146). Sum of RGB (Red+Green+Blue) = 80+200+146=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #50C892 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C892 is #AF376D. Grayscale: #9E9E9E. Windows color (decimal): -11482990 or 9619536. OLE color: 9619536.

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

Color convert

RGB 80 200 146 -
CMYK 0.6 0 0.27 0.22
HSL 153º 0.52% 0.55% -
HSV(B) 153º 0.6% 0.78% -
XYZ 29.15 45.09 34.36 -
YUV 157.96 121.24 72.39 -
System Red Green Blue C M Y K H S L
Decimal 80 200 146 0.6 0 0.27 0.22 153 0.52 0.55
Hex 50 C8 92 3C 0 1B 16 99 34 37
Octal 120 310 222 74 0 33 26 231 64 67
Binary 1010000 11001000 10010010 111100 0 11011 10110 10011001 110100 110111

Color Harmonies of #50C892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C892

Black with #50C892

Text Example


Text Example

White with #50C892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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