#50CA95

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

Shades of Silver Tree #50CA95

Tints of Silver Tree #50CA95

Color information

#50CA95 (or 0x50CA95) is unknown color: approx Silver Tree. HEX triplet: 50, CA and 95. RGB value is (80,202,149). Sum of RGB (Red+Green+Blue) = 80+202+149=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CA95 is #AF356A. Grayscale: #9F9F9F. Windows color (decimal): -11482475 or 9816656. OLE color: 9816656.

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

Color convert

RGB80202149-
CMYK0.6000.260.21
HSL153.93º53.51%55.29%-
HSV(B)153.93º60.4%79.22%-
XYZ29.8546.1235.76-
YUV159.48122.0871.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.56%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=18.56%
G=46.87%
B=34.57%

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
Decimal802021490.6000.260.21153.9353.5155.29
Hex50CA953C01A159a3637
Octal12031222574032252326667
Binary101000011001010100101011111000110101010110011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,202,149); }

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

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

 a { background-color: rgb(80,202,149); }

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

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

 span { border-color: rgb(80,202,149); }

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