#50C994

Color #50C994 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #50C994

Tints of Silver Tree #50C994

Color information

#50C994 (or 0x50C994) is unknown color: approx Silver Tree. HEX triplet: 50, C9 and 94. RGB value is (80,201,148). Sum of RGB (Red+Green+Blue) = 80+201+148=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #50C994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C994 is #AF366B. Grayscale: #9E9E9E. Windows color (decimal): -11482732 or 9750864. OLE color: 9750864.

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

Color convert

RGB80201148-
CMYK0.6000.260.21
HSL153.72º52.84%55.1%-
HSV(B)153.72º60.2%78.82%-
XYZ29.5445.6235.26-
YUV158.78121.9171.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 201 (78.91% from 255) = 46.85%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=18.65%
G=46.85%
B=34.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal802011480.6000.260.21153.7252.8455.1
Hex50C9943C01A159a3537
Octal12031122474032252326567
Binary101000011001001100101001111000110101010110011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50C994;
 }
 .AnyTagClassName
 {
   color: #50C994;
 }
</style>
background-color css

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

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

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

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

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

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