#50C890

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

Shades of Silver Tree #50C890

Tints of Silver Tree #50C890

Color information

#50C890 (or 0x50C890) is unknown color: approx Silver Tree. HEX triplet: 50, C8 and 90. RGB value is (80,200,144). Sum of RGB (Red+Green+Blue) = 80+200+144=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #50C890 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C890 is #AF376F. Grayscale: #9D9D9D. Windows color (decimal): -11482992 or 9488464. OLE color: 9488464.

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

Color convert

RGB80200144-
CMYK0.600.280.22
HSL152º52.17%54.9%-
HSV(B)152º60%78.43%-
XYZ2945.0333.55-
YUV157.74120.2472.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 200 (78.52% from 255) = 47.17%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=18.87%
G=47.17%
B=33.96%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal802001440.600.280.2215252.1754.9
Hex50C8903C01C16983437
Octal12031022074034262306467
Binary101000011001000100100001111000111001011010011000110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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