Html Css Color HEX #50C98E Silver Tree

📋 copy color: '#50C98E'

red 80 ◦ green 201 ◦ blue 142

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

Shades of Silver Tree #50C98E

Tints of Silver Tree #50C98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 18.91%
G = 47.52%
B = 33.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#50C98E (or 0x50C98E) is known color: Silver Tree. HEX triplet: 50, C9 and 8E. RGB value is (80,201,142). Sum of RGB (Red+Green+Blue) = 80+201+142=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #50C98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C98E is #AF3671. Grayscale: #9E9E9E. Windows color (decimal): -11482738 or 9357648. OLE color: 9357648.

HSL color Cylindrical-coordinate representation of color #50C98E: hue angle of 150.74º 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 #50C98E is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 80 201 142 -
CMYK 0.60 0 0.29 0.21
HSL 150.74º 0.53% 0.55% -
HSV(B) 150.74º 0.6% 0.79% -
XYZ 29.08 45.43 32.83 -
YUV 158.1 118.91 72.3 -
System Red Green Blue C M Y K H S L
Decimal 80 201 142 0.60 0 0.29 0.21 150.74 0.53 0.55
Hex 50 C9 8E 3C 0 1D 15 97 35 37
Octal 120 311 216 74 0 35 25 227 65 67
Binary 1010000 11001001 10001110 111100 0 11101 10101 10010111 110101 110111

Color Harmonies of #50C98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C98E

Black with #50C98E

Text Example


Text Example

White with #50C98E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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