Html Css Color HEX #50C894 Silver Tree

📋 copy color: '#50C894'

red 80 ◦ green 200 ◦ blue 148

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

Shades of Silver Tree #50C894

Tints of Silver Tree #50C894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 18.69%
G = 46.73%
B = 34.58%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#50C894 (or 0x50C894) is known color: Silver Tree. HEX triplet: 50, C8 and 94. RGB value is (80,200,148). Sum of RGB (Red+Green+Blue) = 80+200+148=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #50C894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C894 is #AF376B. Grayscale: #9E9E9E. Windows color (decimal): -11482988 or 9750608. OLE color: 9750608.

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

Color convert

RGB 80 200 148 -
CMYK 0.6 0 0.26 0.22
HSL 154º 0.52% 0.55% -
HSV(B) 154º 0.6% 0.78% -
XYZ 29.31 45.15 35.19 -
YUV 158.19 122.24 72.23 -
System Red Green Blue C M Y K H S L
Decimal 80 200 148 0.6 0 0.26 0.22 154 0.52 0.55
Hex 50 C8 94 3C 0 1A 16 9A 34 37
Octal 120 310 224 74 0 32 26 232 64 67
Binary 1010000 11001000 10010100 111100 0 11010 10110 10011010 110100 110111

Color Harmonies of #50C894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C894

Black with #50C894

Text Example


Text Example

White with #50C894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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